Skip to main content
GET
List agent tools

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tenant
string
required

Tenant whose agents you are managing. Discover the tenants your credentials cover with listMyClaudiaProjects. A tenant your credentials do not cover is indistinguishable from one that does not exist.

Response

The tools available to this tenant's agents, published only. Possibly partial — check failedServerSlugs.

The tools available to this tenant's agents, aggregated across every MCP server registered for it. Published tools only.

tools
object[]
required

The tools, in no guaranteed order. Empty when the tenant has no MCP server, or none of its servers publishes a tool.

failedServerSlugs
string[]
required

Servers that did not answer; their tools are MISSING from this 200. The catalog is returned partial rather than failed, so a non-empty list here means "incomplete, not empty": a tool you expected may simply live on one of these servers. Retry before concluding a tool does not exist, and never substitute allTools: true for a server listed here.

Example: