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_contentsB

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

edit-documentB

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.3/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one reads a document's contents, the other edits it by replacing strings. There is no overlap or ambiguity, making selection straightforward.

Naming Consistency2/5

The tool names use inconsistent naming conventions: 'read_doc_contents' follows snake_case, while 'edit-document' uses kebab-case. This inconsistency could confuse agents expecting a uniform pattern.

Tool Count3/5

With only 2 tools, the server feels minimal. While it might be intentionally scoped to read/edit operations, the low count borders on thin for a document manipulation server, though not entirely unreasonable.

Completeness2/5

The server only provides read and edit capabilities. Obvious lifecycle operations like create, delete, or list documents are missing, leaving significant gaps that would require external tools to complete basic document workflows.

Maintenance

ActivityMaintained
ResponsivenessNo issues