Skip to main content
Glama

MCP Hub MCP Server

list-all-tools-in-server

Retrieve the names and descriptions of all tools available on a specific MCP server. Use the server name to fetch a comprehensive list for easy tool identification and selection.

Instructions

List ALL tools from a specific MCP server (returns name and description only)

Input Schema

NameRequiredDescriptionDefault
serverNameYesName of the MCP server to list tools from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "serverName": { "description": "Name of the MCP server to list tools from", "type": "string" } }, "required": [ "serverName" ], "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