Execute a tool
Execute a tool
Asynchronously starts a tool execution and returns an execution ID to track the results. Note: MCP tools cannot be used through this API for now. Only tools from the /tools endpoint can be executed.
POST
Execute a tool
Authorizations
Headers
Path Parameters
The unique identifier or name of the tool to execute.
Body
application/json
A dictionary of inputs for the tool, matching its input_schema.
Response
Successful Response
The unique identifier for this tool execution instance.
The current status of the execution.
The ID of the tool being executed.
The URL to poll for the final execution result.
The URL to stream real-time events for this execution.

