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_contentA

Reads the content of a document and returns it as a string.

edit_doc_contentC

Edits the content of a document based on the provided new content.

Prompts

Interactive templates invoked by user choice

NameDescription
formatRewrites a 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 document content, the other edits it. There is no overlap or ambiguity.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern (read_doc_content, edit_doc_content), making them predictable and easy to understand.

Tool Count4/5

With only two tools, the server is minimal but reasonably scoped for a chat-based document interaction context. It's slightly thin but not inappropriate.

Completeness2/5

The tools cover reading and editing existing documents, but lack essential operations like creating, deleting, or listing documents. This is a significant gap for a document-focused server.

Maintenance

ActivityInactive
ResponsivenessNo issues