Skip to main content
GET
Search Tools

Authorizations

x-api-key
string
header
required

API Key for authentication

Query Parameters

query
string
required

Search query.

type
enum<string> | null

Filter by tool kind. Kind of attachable tool in the unified catalog.

Available options:
connector,
agent,
workflow,
custom_function,
mcp

Response

Successful Response

kind
enum<string>
required

What kind of tool this is.

Available options:
connector,
agent,
workflow,
custom_function,
mcp
id
string
required

Identifier to attach this tool: connector_id, agent_id, workflow_id, custom_function_id, or mcp registry id.

name
string
required

Display name.

description
string | null

What the tool does.

logo
string | null

Logo/icon identifier.

status
string | null

Connector status ('ready' means usable). Connectors only.

total_operations
integer | null

Number of operations available. Connectors only.

using_built_in_auth
boolean | null

Whether xpander manages auth for this connector.

connections
ConnectionSummary · object[] | null

Existing connections for this connector in your org. Connectors only.

transport
string | null

MCP transport. MCP only.

auth_type
string | null

MCP auth type. MCP only.

url
string | null

MCP server URL. MCP only.