mcp-danish-weather
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
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| current_weatherA | Get current weather conditions for a location in Denmark. Uses DMI HARMONIE high-resolution model (2km). Accepts city names, coordinates, or postal codes. |
| weather_forecastA | Get hourly or daily weather forecast for a location in Denmark. Uses DMI HARMONIE 2km model for the first 2.5 days, then ECMWF for up to 16 days. |
| compare_weatherA | Compare current weather between two Danish locations side by side. Useful for deciding between destinations or comparing conditions across the country. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| usage |
TDQS
Scored across 3 tools
The three tools have clearly distinct purposes: compare_weather for side-by-side comparisons between two locations, current_weather for real-time conditions at a single location, and weather_forecast for future predictions at a single location. There is no overlap or ambiguity in their functions, making it easy for an agent to select the appropriate tool.
All tool names follow a consistent verb_noun pattern with snake_case: compare_weather, current_weather, and weather_forecast. This predictability enhances readability and usability, with no deviations in style or convention.
With three tools, the server is well-scoped for its purpose of providing Danish weather data. Each tool earns its place by covering distinct aspects: current conditions, forecasts, and comparisons, avoiding bloat while ensuring essential functionality.
The tool set offers complete coverage for the domain of Danish weather information, including current conditions, forecasts (hourly/daily up to 16 days), and comparisons between locations. There are no obvious gaps, as it supports core workflows like planning and decision-making without dead ends.