Tools
Run a tool
Execute a configured tool with provided parameters.
The request body varies based on the tool type. Call
getToolParameters first to discover
the exact parameter schema for a given tool — most retrieval tools
accept query and top_k, but other tool types (e.g.
document_retrieval) expect different fields.
POST
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
UUID of the tool
Body
application/json
Request body for running a tool. Parameters vary by tool type.
Most tools accept a query parameter and optional top_k for result count.
Response
Tool execution successful