cURL
curl --request POST \ --url https://api.example.com/agent/{agent_id}/tool/{tool_name}
Execute a specific tool directly
agent_id
string
tool_name
{ "x": 10, "y": 5, "operation": "+" }
{ "result": 15, "call_id": "call_xyz", "execution_time_ms": 12 }