Skip to main content
Glama

MCP Hub MCP Server

get-tool

Retrieve the full schema, including input details, for a specific tool within the MCP Hub server. Use this to understand tool requirements and configurations.

Instructions

Get complete schema for a specific tool from a specific server, including inputSchema. TIP: Use find-tools first to discover the tool and get the correct serverName and toolName

Input Schema

NameRequiredDescriptionDefault
serverNameYesName of the MCP server containing the tool
toolNameYesExact name of the tool to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "serverName": { "description": "Name of the MCP server containing the tool", "type": "string" }, "toolName": { "description": "Exact name of the tool to retrieve", "type": "string" } }, "required": [ "serverName", "toolName" ], "type": "object" }
Install Server

Other Tools from MCP Hub MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/warpdev/mcp-hub-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server