Skip to main content
Glama
rayenamer

MCP Chat

by rayenamer

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
docs://documents

TDQS

B3.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: edit_document modifies content by replacing strings, while read_doc_contents retrieves content without modification. There is no overlap or ambiguity between these operations.

Naming Consistency3/5

The naming is mixed: edit_document uses verb_noun format, but read_doc_contents uses a less consistent verb_noun_noun style. Both are readable, but they don't follow a unified pattern.

Tool Count3/5

With only 2 tools, the server feels thin for a 'Chat' domain, which typically involves more operations like creating, listing, or deleting documents. However, the tools cover basic read/write functionality.

Completeness2/5

For a document management or chat system, there are significant gaps: no tools to create, list, delete, or search documents, and no support for chat-specific features like sending messages or managing conversations. The surface is severely incomplete for the implied domain.

Maintenance

ActivityInactive
ResponsivenessNo issues