Skip to main content
Glama

FastAPI OpenAPI MCP Server

by jason-chang

search_endpoints

Find and filter API endpoints using keywords, regex patterns, tags, or HTTP methods to quickly locate specific operations within your FastAPI application documentation.

Instructions

高级搜索 API 接口,支持关键词、正则表达式、标签、方法等多种搜索方式

Input Schema

NameRequiredDescriptionDefault
include_deprecatedNo是否包含已废弃的接口
keywordNo搜索关键词(支持模糊匹配,不区分大小写)
limitNo返回结果数量限制
methodsNo按 HTTP 方法过滤,支持多个方法
regexNo正则表达式搜索(与 keyword 互斥)
search_inNo搜索范围all
tagsNo按标签过滤,支持多个标签(OR 关系)

Input Schema (JSON Schema)

{ "properties": { "include_deprecated": { "default": false, "description": "是否包含已废弃的接口", "type": "boolean" }, "keyword": { "description": "搜索关键词(支持模糊匹配,不区分大小写)", "type": "string" }, "limit": { "default": 50, "description": "返回结果数量限制", "maximum": 100, "minimum": 1, "type": "integer" }, "methods": { "description": "按 HTTP 方法过滤,支持多个方法", "items": { "enum": [ "GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS" ], "type": "string" }, "type": "array" }, "regex": { "description": "正则表达式搜索(与 keyword 互斥)", "type": "string" }, "search_in": { "default": "all", "description": "搜索范围", "enum": [ "path", "summary", "description", "tags", "all" ], "type": "string" }, "tags": { "description": "按标签过滤,支持多个标签(OR 关系)", "items": { "type": "string" }, "type": "array" } }, "required": [], "type": "object" }

Other Tools from FastAPI OpenAPI 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/jason-chang/fastapi-openapi-mcp'

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