Skip to main content
Glama

Swagger/OpenAPI MCP Server

by gulbaki

get_endpoint_details

Retrieve detailed information about a specific API endpoint, including its HTTP method and path, to understand its functionality and usage within the API specification.

Input Schema

NameRequiredDescriptionDefault
apiIdYesID of the loaded API
methodYesHTTP method (GET, POST, etc.)
naturalNoIf true, returns a human-readable summary
pathYesAPI endpoint path

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiId": { "description": "ID of the loaded API", "type": "string" }, "method": { "description": "HTTP method (GET, POST, etc.)", "type": "string" }, "natural": { "description": "If true, returns a human-readable summary", "type": "boolean" }, "path": { "description": "API endpoint path", "type": "string" } }, "required": [ "apiId", "method", "path" ], "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