Skip to main content
GET
/
agent
/
tool
/
{agent_id}
List Agent Tools
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>"
  }
]

Authorizations

Authorization
string
header
required

Company API Key

Path Parameters

agent_id
string
required

The ID of the agent

Response

Tools retrieved successfully

id
string
name
string
type
string
mcp_tool
string
url
string