Canonical runtime-backed view of the artifact, independent from metadata governance.
{
"definition": {
"description": "Get the current status of a deployed trading bot, including live metrics, open positions, and recent trade history.",
"name": "get_bot_status",
"parameters": {
"properties": {
"bot_id": {
"description": "The ID of the bot to check.",
"type": "integer"
},
"include_trades": {
"description": "Whether to include recent trade history (default: true).",
"type": "boolean"
},
"trade_limit": {
"description": "Number of recent trades to include (default: 10).",
"type": "integer"
}
},
"required": [
"bot_id"
],
"type": "object"
}
},
"kind": "tool",
"summary": {
"description": "Get the current status of a deployed trading bot, including live metrics, open positions, and recent trade history.",
"id": "get_bot_status",
"kind": "tool",
"path": "Tools/apps/latinos/bot_status.json",
"title": "bot_status"
},
"validation_issues": [
"Tool 'type' should be 'function'"
]
}