curl --request GET \
--url https://api.getoutbox.ai/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)
curl --request GET \
--url https://api.getoutbox.ai/agent/tool/{agent_id} \
--header 'Authorization: <api-key>'[
{
"id": "<string>",
"name": "<string>",
"type": "<string>",
"mcp_tool": "<string>",
"url": "<string>"
}
]