Get tool by ID
Returns the complete configuration for a specific tool, including its parameters schema, webhook URL, and authentication settings.
Authorizations
Path Parameters
The unique identifier (UUID) of the tool
Response
Tool retrieved successfully
Complete tool configuration
Unique identifier for the tool
ID of the user who owns this tool
Function name (snake_case)
"get_weather"
Clear explanation of what the tool does
"Fetches the current weather for a given city"
Webhook endpoint URL
"https://webhook.example.com/weather"
JSON Schema defining the tool's parameters
HTTP method
POST, GET, PUT, PATCH, DELETE Custom HTTP headers
Request timeout in seconds
1 <= x <= 300Whether the tool runs asynchronously
Whether to strictly validate parameters
Authentication configuration
Tags for organization