Skip to main content
Glama

Swagger/OpenAPI MCP Server

by gulbaki

search_endpoints

Search for specific API endpoints by path or description. Use this tool within the Swagger/OpenAPI MCP Server to quickly locate relevant endpoints by providing an API ID and a search pattern.

Input Schema

NameRequiredDescriptionDefault
apiIdYesID of the loaded API
patternYesSearch pattern for endpoint paths or descriptions

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiId": { "description": "ID of the loaded API", "type": "string" }, "pattern": { "description": "Search pattern for endpoint paths or descriptions", "type": "string" } }, "required": [ "apiId", "pattern" ], "type": "object" }
Install Server

Other Tools from Swagger/OpenAPI 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/gulbaki/swagger-mcp-server'

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