Skip to main content
Glama
jason-chang

FastAPI OpenAPI MCP Server

by jason-chang

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_endpointsC

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

generate_examplesC

根据 OpenAPI 规范生成各种格式的 API 调用示例

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one generates API call examples from an OpenAPI spec, while the other searches API endpoints with various filters. There is no overlap in functionality, making it easy for an agent to select the correct tool.

Naming Consistency5/5

Both tools follow a consistent verb_noun naming pattern (generate_examples and search_endpoints), using snake_case throughout. The verbs 'generate' and 'search' clearly indicate their actions, maintaining a predictable and readable convention.

Tool Count2/5

With only 2 tools, the server feels thin for a FastAPI OpenAPI MCP server, which typically involves more operations like validating specs, listing endpoints, or generating documentation. This limited set may not cover the full scope expected for such a domain.

Completeness2/5

The tool surface has significant gaps for an OpenAPI-focused server. Missing are core operations such as retrieving or parsing the OpenAPI spec, validating endpoints, or generating documentation. While the existing tools are useful, they do not provide a complete workflow for interacting with OpenAPI specifications.

Maintenance

ActivityInactive
ResponsivenessNo issues