Skip to main content
Glama

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
contractPublished MCP contract: tools, resources, and non-goals.
deny-listCapabilities this server will not implement.
catalog-indexStatic OpenAPI catalog index.
orders OpenAPIOne imported OpenAPI document. apiId is an allowlisted slug.
identity OpenAPIOne imported OpenAPI document. apiId is an allowlisted slug.
billing OpenAPIOne imported OpenAPI document. apiId is an allowlisted slug.

TDQS

A4.1/5.0

Scored across 5 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues