List MCP Tools By Server

Get a list of all tools for a specific MCP server

Path parameters

mcp_server_namestringRequired

Headers

AuthorizationstringRequired

Header authentication of the form Bearer <token>

Response

Successful Response
namestring
inputSchemamap from strings to any
titlestring or null
descriptionstring or null
outputSchemamap from strings to any or null
annotationsobject or null

Additional properties describing a Tool to clients.

NOTE: all properties in ToolAnnotations are hints. They are not guaranteed to provide a faithful description of tool behavior (including descriptive properties like title).

Clients should never make tool use decisions based on ToolAnnotations received from untrusted servers.

_metamap from strings to any or null

Errors