Skip to main content
Glama

Swagger MCP Server

get_endpoint_details

Retrieve comprehensive information about a specific API endpoint, including its path and HTTP method, to facilitate API exploration and testing using Swagger/OpenAPI documentation.

Instructions

Get detailed information about a specific API endpoint

Input Schema

NameRequiredDescriptionDefault
methodYesThe HTTP method (GET, POST, PUT, DELETE, etc.)
pathYesThe endpoint path to get details for (e.g., '/users/{id}')

Input Schema (JSON Schema)

{ "properties": { "method": { "description": "The HTTP method (GET, POST, PUT, DELETE, etc.)", "type": "string" }, "path": { "description": "The endpoint path to get details for (e.g., '/users/{id}')", "type": "string" } }, "required": [ "path", "method" ], "type": "object" }
Install Server

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

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