Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANTHROPIC_API_KEYYesYour Anthropic API secret key

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": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
read_doc_contentsA

Read the contents of a document and return it as a string.

edit_documentA

Edit a document by replacing a string in the documents content with a new string

Prompts

Interactive templates invoked by user choice

NameDescription
formatRewrites the contents of the document in Markdown format.

Resources

Contextual data attached and managed by the client

NameDescription
list_docs

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly separate purposes: one reads document contents and the other edits a document by replacing text. There is no meaningful overlap or ambiguity between them.

Naming Consistency4/5

Both names are verb-first snake_case, but one uses the abbreviated noun 'doc' plus 'contents' while the other uses the full noun 'document'. The pattern is mostly consistent but has a minor naming mismatch.

Tool Count3/5

Two tools is on the borderline for a document-focused server. It is a reasonable count for a very narrow read/edit scope, but the surface area feels thin for general use.

Completeness2/5

The server only supports reading and string-replacing in a document, with no create, delete, list, or search operations. Agents can modify a known document but will encounter dead ends in broader document workflows.

Maintenance

ActivityStale
ResponsivenessNo issues