Weather MCP Server (`mcp-1`)
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_weatherC | Get the current weather for a given location using Open-Meteo. Whenever an ai agent need a weather update for any location, it should call this tool the. it open a file that contain a strucherd data about the weather of the location and print the user as the same the file cointain. |
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
With only a single tool, there is no risk of the agent selecting the wrong tool. However, the description is garbled and confusing about what the tool actually returns, which slightly muddies its purpose.
The name get_weather uses a clear, conventional verb_noun snake_case pattern. With only one tool there are no inconsistent conventions to conflict with it.
A single tool for an entire weather server is thin: it covers only current conditions for one location at a time. It is a defensible minimal scope, but borderline for the domain.
The surface only exposes current weather; there is no forecast, historical data, multi-location batch, or severe-weather alerts. This leaves significant gaps for typical weather workflows.