Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
compressA

Compress a bloated tool output or long text so it fits a token budget while keeping what's relevant to an optional query. Returns a compact extract; the full output stays retrievable via the ref in its footer — call expand_tool_output with that ref to read it back.

expand_tool_outputA

Retrieve the full, uncompressed tool output behind a tooltrim reference (shown in a compressed result's footer as ref=XXXX). A compressed observation may have omitted fields you need — ids, amounts, individual list items, statuses. IMPORTANT: before you answer the user or take an action that depends on a compressed result, if any detail you need is not clearly present in it, call this tool with that ref to read the full output first. Returns a page of characters; use start/length to page through more.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/nac7/tooltrim'

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