Skip to main content
Glama
sushobhitrajan

My Learning MCP Server

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
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
calculatorA

Perform basic arithmetic operations: add, subtract, multiply, or divide two numbers.

get_weatherA

Get the current weather for a city. Returns temperature, humidity, and conditions.

Prompts

Interactive templates invoked by user choice

NameDescription
code-reviewGenerate a structured code review prompt for a given language and code snippet.
explain-conceptGenerate a prompt asking the AI to explain a technical concept at a specific level.

Resources

Contextual data attached and managed by the client

NameDescription
All NotesA summary list of all learning notes
What is MCP?Note #1 — tags: mcp, learning
MCP Transport TypesNote #2 — tags: mcp, transport
Why use Zod for validation?Note #3 — tags: typescript, zod, validation

TDQS

A3.6/5.0

Scored across 2 tools

Disambiguation5/5

Calculator and get_weather are completely unrelated and clearly distinguishable. There is no possibility of confusion between arithmetic operations and weather retrieval.

Naming Consistency3/5

The names use mixed conventions: 'calculator' is a noun while 'get_weather' follows a verb_noun pattern. Both are readable, but the naming style is not consistent across the set.

Tool Count2/5

With only two tools, the server feels very thin, especially for a vaguely named 'Learning MCP Server.' The tools are also unrelated, making the small count feel arbitrary rather than focused.

Completeness2/5

The domain is unclear, so it is difficult to define full coverage. Calculator covers basic arithmetic but no advanced operations, and weather only returns current conditions without forecast or location management, leaving notable gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues