Run Tool
POST/v1/tools/:name
Execute a specific tool by name. The request body schema and response format are defined by each individual tool's specification. Use GET /v1/tools to discover available tools and their parameter schemas.
Request​
Responses​
- 200
- 404
- 500
Tool Specific response, in JSON format
Tool not found
An error occurred while calling the tool
