Asynchronously starts a tool execution and returns an execution ID to track the results.
The unique identifier or name of the tool to execute.
A dictionary of inputs for the tool, matching its input_schema.
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.