Execute tool
Execute a specific tool operation with provided arguments and authentication. This is the primary endpoint for integrating with third-party services and executing tools. You can provide structured arguments or use natural language processing by providing a text description of what you want to accomplish.
Path parameters
Headers
Request
User id for multi-user connected accounts (e.g. multiple users, organizations)
Tool version to execute (defaults to “latest” if not specified)
Key-value pairs of arguments required by the tool (mutually exclusive with text)
Natural language description of the task to perform (mutually exclusive with arguments)
Enable debug tracing for tool execution (useful for debugging)
Response
Error message if the tool execution was not successful (null if successful)
Unique identifier for the execution log (useful for debugging and support)