Get Tool Endpoint
GET/v1/tools/{tool_name}
Retrieve detailed information about a specific tool.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
tool_name | string | Yes | Name of the tool |
Response
Examples
Get Tool Details
Using SDK
Use Cases
Validate Parameters Before Execution
Display Tool Picker UI
Error Responses
Tool Not Found (404)
Next Steps
Execute Tools
Run tools with the execution API.
Retrieve Tools
Find tools by query.
API Overview
Complete API reference.
Use this endpoint to get tool details before executing! 🚀