Skip to main content
GET
List the tools available to an MCP server from one of its connections.

Authorizations

Authorization
string
header
required

Enter your JWT token

Path Parameters

mcpServerToken
string
required

The token identifying the MCP server.

Query Parameters

connectionId
integer<int32>

The connection whose available tools to list.

Response

The tools the connection makes available.

toolName
string
required

Name the tool is addressable by over MCP.

isMandatory
boolean
required

Whether the tool is always exposed regardless of the selected tool set.

description
string | null

Human-readable description of what the tool does.