Skip to main content
Glama

Swagger MCP Server

by zidong0822

api_list_endpoints

Lists all available endpoints from Swagger API specifications, with filtering by HTTP method or keywords to help developers explore and understand API capabilities.

Instructions

列出示例API API的所有可用端点

Input Schema

NameRequiredDescriptionDefault
filterNo过滤端点的关键词(可选)
methodNo按HTTP方法过滤(可选)

Input Schema (JSON Schema)

{ "properties": { "filter": { "description": "过滤端点的关键词(可选)", "type": "string" }, "method": { "description": "按HTTP方法过滤(可选)", "enum": [ "GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS" ], "type": "string" } }, "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