Minimal MCP Demo
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_weatherC | Get a simple weather report for a city |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusion between tools. Each tool (the only tool) has a distinct purpose.
The single tool name 'get_weather' follows a standard verb_noun convention, making the naming consistent by default.
With just one tool, the set is on the thin side, but for a minimal demo this is acceptable; it falls into the borderline range for tool count.
The tool covers the single stated purpose of retrieving a weather report, so there are no obvious gaps for a simple read-only weather demo.