Skip to main content
Glama

Swagger MCP Server

by zidong0822

api_get_endpoint_info

Retrieve detailed information about specific API endpoints from Swagger 2.0 specifications to understand parameters, responses, and HTTP methods.

Instructions

获取示例API API特定端点的详细信息

Input Schema

NameRequiredDescriptionDefault
methodYesHTTP方法
pathYesAPI路径

Input Schema (JSON Schema)

{ "properties": { "method": { "description": "HTTP方法", "enum": [ "GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS" ], "type": "string" }, "path": { "description": "API路径", "type": "string" } }, "required": [ "method", "path" ], "type": "object" }

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/zidong0822/swagger-mcp'

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