MCP Weather 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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-weatherC | Get detailed weather information for any city including current conditions and hourly forecast |
| get-forecastA | Get 7-day weather forecast for any city including daily temperatures, precipitation, and sunrise/sunset times |
| get-air-qualityB | Get air pollution data for any city including European Air Quality Index and pollutant levels |
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 3 tools
The tools are mostly distinct with clear purposes: air quality, 7-day forecast, and current weather. However, get-weather and get-forecast could be confused as both provide weather data, though their scopes differ (current/hourly vs. 7-day). Descriptions help clarify this overlap.
All tool names follow a consistent verb_noun pattern with get- prefix and hyphenated nouns (get-air-quality, get-forecast, get-weather). This predictable naming makes it easy for agents to understand and select tools.
Three tools are reasonable for a weather server, covering key aspects like current conditions, forecasts, and air quality. It's slightly lean but well-scoped, with each tool serving a distinct function without unnecessary bloat.
The toolset covers core weather domain needs: current weather, forecasts, and air quality. Minor gaps might include historical data or alerts, but agents can work effectively with these tools for most common weather queries.