Skip to main content
Glama

openapi-mcp-proxy

by nyudenkov

get_endpoint_details

Retrieve comprehensive details about a specific API endpoint, including its path, method, and optional response data, to analyze and understand its functionality in OpenAPI schemas.

Instructions

Get detailed information about a specific endpoint

Input Schema

NameRequiredDescriptionDefault
apiYesAPI name or direct URL
include_responsesNoWhether to include responses in details. Use it, for example, to get full details for a specific endpoint or pass False to get a summary.
methodYesHTTP method
pathYesEndpoint path

Input Schema (JSON Schema)

{ "properties": { "api": { "description": "API name or direct URL", "type": "string" }, "include_responses": { "default": true, "description": "Whether to include responses in details. Use it, for example, to get full details for a specific endpoint or pass False to get a summary.", "type": "boolean" }, "method": { "description": "HTTP method", "type": "string" }, "path": { "description": "Endpoint path", "type": "string" } }, "required": [ "api", "path", "method" ], "type": "object" }

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