Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
USE_UVNo1 to launch the MCP server via uv, 0 for plain python1
CLAUDE_MODELYesModel id to chat withclaude-sonnet-4-5
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

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: one reads document content, the other edits by replacing text. There is zero overlap or ambiguity between them.

Naming Consistency4/5

Both tools follow a verb_noun pattern (read_doc_contents, edit_document), but the noun forms differ slightly ('doc_contents' vs 'document'). This minor inconsistency doesn't hinder readability.

Tool Count3/5

With only two tools, the server feels thin for a document manipulation domain. While the narrow focus is defensible, the count is below the typical 3-15 range and borders on insufficient.

Completeness3/5

The server provides read and edit (replace) operations, but lacks create, delete, list, or other common document lifecycle operations. These gaps could be worked around but represent notable missing functionality.

Maintenance

ActivitySlowing
ResponsivenessNo issues