MCP Create Server

get-server-tools

Get the tools available on a server

Input Schema

NameRequiredDescriptionDefault
serverIdYesThe ID of the server

Input Schema (JSON Schema)

{ "properties": { "serverId": { "description": "The ID of the server", "type": "string" } }, "required": [ "serverId" ], "type": "object" }