DWD 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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_current_weatherA | Aktuelles Wetter für einen Ort abrufen. Gibt Temperatur, Luftfeuchtigkeit, Wind, Niederschlag, Bewölkung und weitere aktuelle Wetterdaten zurück. |
| get_weather_forecastB | Wettervorhersage für einen Ort abrufen. Gibt stündliche Vorhersagedaten sowie eine Tageszusammenfassung mit Minimal-/Maximaltemperaturen und Niederschlagssummen zurück. |
| get_weather_alertsA | Amtliche Wetterwarnungen abrufen. Gibt aktuelle Wetterwarnungen des DWD zurück, inklusive Warntyp, Schweregrad, Beschreibung und Gültigkeitszeitraum. Kann für einen bestimmten Ort oder deutschlandweit abgefragt werden. |
| find_weather_stationC | Nächstgelegene DWD-Wetterstationen finden. Gibt eine Liste der Wetterstationen in der Nähe des angegebenen Ortes zurück, inklusive Stationsname, ID und Entfernung. |
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 4 tools
Each tool has a clearly distinct purpose with no overlap: find_weather_station locates stations, get_current_weather provides current conditions, get_weather_alerts retrieves warnings, and get_weather_forecast gives predictions. The descriptions reinforce these distinct functions, making misselection unlikely.
All tool names follow a consistent verb_noun pattern using snake_case: find_weather_station, get_current_weather, get_weather_alerts, and get_weather_forecast. The verbs 'find' and 'get' are appropriately used for different actions, maintaining a predictable naming convention throughout.
With 4 tools, this server is well-scoped for a weather data service, covering key operations: locating stations, retrieving current weather, accessing alerts, and obtaining forecasts. Each tool earns its place without being excessive or insufficient for the domain.
The tool set provides complete coverage for a weather server, including station lookup, current conditions, warnings, and forecasts. There are no obvious gaps; agents can perform typical weather-related tasks without dead ends, ensuring effective workflow support.