latestOpenAPI 3.1.02026-08-223321,1001.6 MB

2134ebffd1ef

integrations-v3

Get Tools

List the tools an MCP integration's server exposes.

Opens a live connection to the configured MCP server and returns the discovered tool catalog. Each call hits the server — no server-side cache. Dynamic MCP tools are loaded through agent-side tool_search; this endpoint is read-only discovery for setup/debugging UI.

Permissions: users with integration-setup permission on the owning org.

Returns HTTP 404 if the instance does not exist in the caller's org. Returns HTTP 422 if the instance is not an MCP integration. Returns HTTP 502 if the MCP server cannot be reached or list_tools fails.

get/v3/integrations/{id}/tools

Path parameters

idstring required

Response

Successful Response

blockedstring[]

Raw MCP tool names hidden from the agent for this integration.

descriptionsobject

Saved agent-facing tool descriptions keyed by raw MCP tool name. A dynamic MCP tool must have a non-empty entry here before the agent can search for it.

configured_mcp_tool_countinteger required

Enabled dynamic MCP tools across all MCP servers in this organization.