Storyden
Robots

List robot tools

List all tools that may be assigned to Robots, including native Storyden tools and discovered MCP tools.

GET/robots/tools

List all tools that may be assigned to Robots, including native Storyden tools and discovered MCP tools.

storyden-session<token>

In: cookie

Response Body

application/json

application/json

curl -X GET "https://example.com/robots/tools"
{
  "tools": [
    {
      "id": "string",
      "callable_name": "string",
      "name": "string",
      "description": "string",
      "source": "native",
      "available": true
    }
  ]
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "detail": "string",
  "trace_id": "string",
  "metadata": {}
}