cURL
curl --request GET \ --url https://api.callaidan.com/agent/tool/{agent_id} \ --header 'Authorization: <api-key>'
[ { "id": "<string>", "name": "<string>", "type": "<string>", "mcp_tool": "<string>", "url": "<string>" } ]
Retrieve a list of all tools for an agent (simplified view)
Company API Key
The ID of the agent
Tools retrieved successfully