Skip to main content
Glama

SwaggerMcp

by NakiriYuuzu

get_endpoint_details

Retrieve detailed information about a specific API endpoint, including its path and HTTP method, to understand and interact with REST APIs effectively through the SwaggerMcp MCP server.

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 SwaggerMcp

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/NakiriYuuzu/SwaggerMcp'

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