List Tools
REST API - Tools
List Tools
Unified catalog of attachable tools: connectors, agents, workflows, custom functions, and MCP servers.
GET
List Tools
Discover everything you can attach to an agent or workflow in one place. Pass
?type= to scope the request to one kind — connector, agent, workflow or mcp — and optionally ?query= to narrow it further. MCP entries come from your organization’s MCP registry.
For connectors, each item carries the two IDs you need to invoke operations directly: id is the connector_id, and connections[].id is the connection_id. An empty connections array means the connector isn’t connected yet — create a connection with Connect Connector first. See Invoke a Connector via API for the full flow.Authorizations
API Key for authentication
Query Parameters
Filter by tool kind. Pass a value to scope the request. Kind of attachable tool in the unified catalog.
Available options:
connector, agent, workflow, custom_function, mcp Optional search query.
Required range:
x >= 1Required range:
1 <= x <= 50
