Path Parameters
tool_id
(integer, required): The unique identifier of the tool to retrieve
Response
A successful request returns the complete tool object:Response
Error Responses
404 Not FoundTool Type Specific Fields
Endpoint Tool Configuration
Endpoint Tool Configuration
Python Function Tool Configuration
Python Function Tool Configuration
AWS Lambda Tool Configuration
AWS Lambda Tool Configuration
Usage Statistics
The response includes detailed usage statistics:execution_count
: Total number of times the tool has been executedsuccess_rate
: Percentage of successful executions (0-100)avg_execution_time
: Average execution time in secondslast_executed_at
: Timestamp of the most recent execution
Integration Examples
Security Notes
- Sensitive Data: Configuration fields containing sensitive information (API keys, passwords) are redacted in responses
- Access Control: Users can only access tools within their organization
- Audit Trail: Tool access is logged for security monitoring