cURL
curl --request GET \ --url https://api.example.com/agent/{agent_id}/tools
List all tools registered with an agent
agent_id
string
[ { "id": "tool_uuid_123", "name": "calculator", "description": "Perform basic arithmetic", "parameters": { "type": "object", "properties": { "x": {"type": "integer"}, "y": {"type": "integer"}, "operation": {"type": "string"} }, "required": ["x", "y", "operation"] } } ]