Skip to main content
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

x-api-key
string
header
required

API Key for authentication

Query Parameters

type
enum<string> | null

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
query
string | null

Optional search query.

page
integer
default:1
Required range: x >= 1
per_page
integer
default:20
Required range: 1 <= x <= 50

Response

Successful Response

items
ToolCatalogItem · object[]
required
total
integer
required
page
integer
required
per_page
integer
required
total_pages
integer
required