Skip to main content
Glama

MCP Hub MCP Server

find-tools-in-server

Search for tools on a specific MCP server by name or description using regex patterns. Specify search scope and case sensitivity to refine results.

Instructions

Find tools matching a pattern in a specific MCP server (returns name and description only)

Input Schema

NameRequiredDescriptionDefault
caseSensitiveNoWhether the search should be case-sensitive
patternYesRegex pattern to search for in tool names and descriptions
searchInNoWhere to search: in tool names, descriptions, or bothboth
serverNameYesName of the MCP server to search tools in

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "caseSensitive": { "default": false, "description": "Whether the search should be case-sensitive", "type": "boolean" }, "pattern": { "description": "Regex pattern to search for in tool names and descriptions", "type": "string" }, "searchIn": { "default": "both", "description": "Where to search: in tool names, descriptions, or both", "enum": [ "name", "description", "both" ], "type": "string" }, "serverName": { "description": "Name of the MCP server to search tools in", "type": "string" } }, "required": [ "serverName", "pattern" ], "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