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.

Latest Blog Posts

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/brunoaquino/mcp-server-reference'

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