Get tool that is available in the workspace.
API key for programmatic access
ID of the requested tool.
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.
{
"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