Skip to main content
Glama

openapi-mcp-proxy

by nyudenkov

search_endpoints

Locate specific API endpoints by searching paths, descriptions, or tags within OpenAPI schemas. Filter by HTTP methods, authentication, deprecation status, or include/exclude tags for precise results.

Instructions

Search endpoints by query in path, description, or tags

Input Schema

NameRequiredDescriptionDefault
apiYesAPI name or direct URL
deprecatedNoFilter by deprecation status
has_authenticationNoFilter by authentication requirement
methodsNoFilter by HTTP methods (e.g., ['GET', 'POST'])
pageNoPage number (1-based)
page_sizeNoItems per page (max 100)
queryYesSearch query
tags_excludeNoExclude endpoints with these tags
tags_includeNoInclude endpoints with these tags

Input Schema (JSON Schema)

{ "properties": { "api": { "description": "API name or direct URL", "type": "string" }, "deprecated": { "description": "Filter by deprecation status", "type": "boolean" }, "has_authentication": { "description": "Filter by authentication requirement", "type": "boolean" }, "methods": { "description": "Filter by HTTP methods (e.g., ['GET', 'POST'])", "items": { "type": "string" }, "type": "array" }, "page": { "default": 1, "description": "Page number (1-based)", "minimum": 1, "type": "integer" }, "page_size": { "default": 50, "description": "Items per page (max 100)", "maximum": 100, "minimum": 1, "type": "integer" }, "query": { "description": "Search query", "type": "string" }, "tags_exclude": { "description": "Exclude endpoints with these tags", "items": { "type": "string" }, "type": "array" }, "tags_include": { "description": "Include endpoints with these tags", "items": { "type": "string" }, "type": "array" } }, "required": [ "api", "query" ], "type": "object" }

Other Tools from openapi-mcp-proxy

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/nyudenkov/openapi-mcp-proxy'

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