v1

latestOpenAPI 3.1.02026-07-1730321418.0 KB
Tools

Run Tool

Execute a specific tool by name. The request body schema and response format are defined by each individual tool's specification. Use GET /v1/tools to discover available tools and their parameter schemas.

post/v1/tools/{name}

Path parameters

namestring required

Name of the tool

Query parameters

embedding_modelstring

Embedding model to use when invoking the searchable tool registry's tool_search meta-tool

Request body

{"stackTrail":"paths:/v1/tools/{name}:post:requestBody:content:application/json:schema","oasType":"schema","type":"unknown"}

Response

Tool Specific response, in JSON format

{"stackTrail":"paths:/v1/tools/{name}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}