v1

latestOpenAPI 3.0.02026-07-26492143.5 KB
Agents

List agent MCP servers

List the MCP servers (connectors) attached to an agent. Sensitive fields such as secret_id and mcp_server_url are scrubbed from the response.

get/agents/{agent_id}/mcp-servers

Path parameters

agent_idstring required

ID of the agent.

Response

The MCP servers attached to the agent.

agent_idstring
mcp_serversobject[]

Attached MCP server tool configs, with secrets and server URLs redacted.

Example response

{
  "agent_id": "abc123DEFghiJKL"
}