Invoke Toolkit Tool
REST API - Toolkits
Invoke Tool
Invokes a specific tool in a toolkit
POST
Invoke Toolkit Tool
Execute a specific tool within a toolkit with provided parameters. This allows direct tool invocation outside of agent execution.Documentation Index
Fetch the complete documentation index at: https://docs.xpander.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Unique identifier of the toolkit (UUID format)
Identifier of the specific tool to invoke (the tool’s
name field)Request Body
Tool-specific parameters matching the tool’s schema from Get Toolkit Tools
Response
The tool execution result (format varies by tool)
Execution status:
success or errorTool execution time in seconds
Error message if status is
error (nullable)Example Request
Example Response (Success)
Example Response (Error)
Notes
- This endpoint requires custom toolkits to be configured
- Tool parameters must match the schema from Get Toolkit Tools
- All required parameters must be provided
- Built-in tools are invoked automatically by agents and don’t require this endpoint
- Custom toolkits must be configured through the web dashboard
- Execution time includes network latency and tool processing
- Returns 404 if the toolkit or tool is not found
- Returns 400 if required parameters are missing
Authorizations
API Key for authentication
Body
application/json
Response
Successful Response

