Get Tool
Tools
Get Tool
Get tool that is available in the workspace.
GET
Get Tool
Authorizations
API key for programmatic access
Path Parameters
ID of the requested tool.
Response
Successful Response
Response model for a single tool
The tool ID
Unix timestamp when the tool was created
A webhook tool is a tool that calls an external webhook from our server.
- WebhookToolConfig
- ClientToolConfig
- SystemToolConfig
- MCPToolConfig
- ApiIntegrationWebhookToolConfig
Example:
{
"api_schema": {
"method": "GET",
"path_params_schema": { "agent_id": { "type": "string" } },
"url": "https://example.com/agents/{agent_id}"
},
"description": "Loads agent details from your CRM.",
"name": "fetch_agent",
"response_timeout_secs": 20,
"type": "webhook"
}Access information for this tool
Usage statistics for this tool