List available agent tools
Catalog the built-in tools an agent can be opted into — messaging actions, contact lookup, balance check, ticketing, semantic knowledge search, human escalation, sandboxed code execution, and managed web search — merged with any MCP-registered tools discoverable in the tenant. Use it to populate the agent studio tool picker; an agent only executes the tools its allowlist names. Pass fields=id,name,description for a lightweight projection for select inputs. Read-only.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Response
The tool catalog entries (id, name, description — plus schema/parameters for MCP-registered tools) in the standard { data, meta } envelope.