Get All Tools
Get all available tools across all types.
Returns a unified list of tools from:
- Code tools (static, YAML-based)
- MCP tools (dynamic, from running instances)
Query Parameters: include: Comma-separated tool types (default: "code,mcp") mcp_instance_id: Filter MCP tools by instance (optional)
Example: GET /v1/agents/tools?include=code,mcp GET /v1/agents/tools?include=code GET /v1/agents/tools?include=mcp&mcp_instance_id={uuid}
Path parameters
Slug of the workspace the request acts in
Slug of the workspace the request acts in
Query parameters
Comma-separated list of tool types to include (code, mcp)
Comma-separated list of tool types to include (code, mcp)
Filter MCP tools by specific instance ID
Filter MCP tools by specific instance ID
Response
Successful Response
Changes
Changed in 2 of the 45 revisions of this API.2
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○