← Back to registry

Artifact Runtime · TOOL

Canonical runtime-backed view of the artifact, independent from metadata governance.

Resolved Artifact

{
  "definition": {
    "description": "Lists all available trading bots, including their IDs, names, matching markets, and strategies. Use this tool when the user asks to interact with a bot by name (e.g., 'the Ethereum bot' or 'MACD strategy') but does not provide the exact bot ID. You can use the returned list to find the correct bot_id to pass into other tools like run_backtest or get_bot_status.",
    "name": "list_bots",
    "parameters": {
      "properties": {},
      "required": [],
      "type": "object"
    }
  },
  "kind": "tool",
  "summary": {
    "description": "Lists all available trading bots, including their IDs, names, matching markets, and strategies. Use this tool when the user asks to interact with a bot by name (e.g., 'the Ethereum bot' or 'MACD strategy') but does not provide the exact bot ID. You can use the returned list to find the correct bot_id to pass into other tools like run_backtest or get_bot_status.",
    "id": "list_bots",
    "kind": "tool",
    "path": "Tools/apps/latinos/list_bots.json",
    "title": "list_bots"
  },
  "validation_issues": [
    "Tool 'type' should be 'function'"
  ]
}

Validation

Tool 'type' should be 'function'