List an agent's MCP servers (internal runtime)
Return the enabled bring-your-own MCP servers registered for one agent, with credentials resolved for the agent-runtime — the fetch the runtime makes on every executor build before it issues tools/list against each server and registers the discovered tools. Requires the internal service token (X-Internal-Token + X-Tenant-Id), not a tenant session; agentId is a required query parameter. Static bearer credentials pass through; OAuth2 grant configs are exchanged into a live access token. Tool allowlists and approval-required lists ride along in each server’s metadata.
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
Successful response.