mcp-server-reference
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_catalogA | List the static OpenAPI catalog entries published with this server. Returns id, owner, lifecycle, classification, and operation count. No network. |
| lookup_apiA | Return one imported OpenAPI document by catalog id (orders, identity, billing). Rejects unknown ids. Does not fetch URLs from the spec. |
| get_operationA | Return one operation from a cataloged API. Method and path must match the published spec exactly. This describes the operation; it does not invoke it. |
| inspect_contractA | Return the tool manifest, resource manifest, deny-list ids, and a statement of what this server is not. |
| explain_denyA | Explain why a named capability is refused. Use this instead of asking the server to grow a shell, HTTP client, or secret reader. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| contract | Published MCP contract: tools, resources, and non-goals. |
| deny-list | Capabilities this server will not implement. |
| catalog-index | Static OpenAPI catalog index. |
| orders OpenAPI | One imported OpenAPI document. apiId is an allowlisted slug. |
| identity OpenAPI | One imported OpenAPI document. apiId is an allowlisted slug. |
| billing OpenAPI | One imported OpenAPI document. apiId is an allowlisted slug. |
TDQS
Scored across 5 tools
Each tool has a completely distinct purpose: listing catalogs, fetching a specific API document, retrieving a single operation, inspecting the server contract, and explaining deny behavior. No overlap or ambiguity exists.
All tool names follow a consistent lowercase verb_noun pattern (list_catalog, lookup_api, get_operation, inspect_contract, explain_deny), making the surface predictable and easy to navigate.
Five tools is precisely scoped for a read-only reference server. Each tool fills a necessary role without redundancy, and the count is neither too sparse nor overloaded for the stated purpose.
The tool set covers the full lifecycle for exploring static OpenAPI catalogs: listing, retrieving documents, drilling into operations, inspecting the server contract, and understanding denied capabilities. No apparent dead ends or missing operations for its domain.