Skip to main content
Glama
binodrajpandey

MCP Server Example

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
addA

Add two numbers.

multiplyA

Multiply two numbers.

save_noteC

Save a note with a given name.

delete_noteC

Delete a note by name.

Prompts

Interactive templates invoked by user choice

NameDescription
summarize_notesAsk Claude to summarize all saved notes.
brainstormGenerate a brainstorming prompt for a given topic.

Resources

Contextual data attached and managed by the client

NameDescription
list_notesList all saved note names.

TDQS

C2.6/5.0

Scored across 4 tools

Disambiguation2/5

The tools fall into two unrelated domains (arithmetic and note management) with no overlap within each domain, but the set as a whole is confusing because add/multiply and delete_note/save_note serve completely different purposes. An agent might struggle to understand why these tools are grouped together, though individual tools are distinct.

Naming Consistency2/5

Naming is inconsistent across the set: add and multiply use simple verbs without objects, while delete_note and save_note follow a verb_noun pattern. This mixed convention lacks a predictable pattern, making the tool set harder to navigate.

Tool Count3/5

With 4 tools, the count is reasonable for a small server, but it feels thin and poorly scoped because it covers two unrelated domains. For either arithmetic or note management alone, 4 tools would be appropriate, but combined, it suggests an incomplete or mismatched purpose.

Completeness2/5

For arithmetic, basic operations like subtraction and division are missing, leaving gaps. For note management, there's no way to list or retrieve notes, creating dead ends. The server lacks a clear domain, making completeness hard to assess, but obvious gaps exist in both inferred areas.

Maintenance

ActivityInactive
ResponsivenessNo issues