My Learning MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| code-review | Generate a structured code review prompt for a given language and code snippet. |
| explain-concept | Generate a prompt asking the AI to explain a technical concept at a specific level. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| All Notes | A summary list of all learning notes |
| What is MCP? | Note #1 — tags: mcp, learning |
| MCP Transport Types | Note #2 — tags: mcp, transport |
| Why use Zod for validation? | Note #3 — tags: typescript, zod, validation |
TDQS
Scored across 2 tools
Calculator and get_weather are completely unrelated and clearly distinguishable. There is no possibility of confusion between arithmetic operations and weather retrieval.
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.
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.
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.