Skip to main content
Glama
malkreide

meteoswiss-mcp

by malkreide

meteo_forecast

Read-only

Get a 1–16 day weather forecast for any Swiss location or coordinates. Returns daily values (temp, precipitation, wind, UV, sunshine hours, WMO code) and optional hourly data.

Instructions

<use_case> 1-16 Tage Wetterprognose für einen Ortsnamen oder Koordinaten — basierend auf dem MeteoSwiss-ICON-Modell (1-2 km Auflösung). Liefert Tageswerte (Temperatur Min/Max, Niederschlag, Wind, UV, Sonnenstunden, WMO-Code) und optional Stundenwerte. </use_case>

<important_notes>

  • Modell: MeteoSwiss ICON-CH1/CH2-EPS via Open-Meteo

  • location wird geokodiert (Fuzzy-Fallback bei Misserfolg); lat/lon überschreibt location und spart einen HTTP-Roundtrip

  • Stündliche Daten füllen die ersten 48 Stunden, nicht den vollen Range

  • Bei Upstream-Ausfall: Direktlinks statt Hard-Fail </important_notes>

Args: params (ForecastInput): - location: Ortsname (geokodiert) ODER lat/lon direkt - days: Prognosetage (1–16, Standard: 7) - hourly: True für Stundenwerte - response_format: 'markdown' oder 'json'

Returns: str: Tages- (und optional Stunden-)Prognose mit Wettercode und Planung.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate read-only and non-destructive. The description adds behavioral details: geocoding with fuzzy fallback, hourly data only for first 48 hours, and upstream failure handling with direct links. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with clear sections (use_case, important_notes, example, Args). It is informative without being overly verbose. Some redundancy between notes and Args could be trimmed, but overall efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Combined with a comprehensive input schema and annotations, the description covers key behaviors like hourly data scope and fallback. Output format is mentioned but not detailed. Error handling is lightly noted. Sufficient for moderate complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides thorough descriptions for all parameters. The description's Args section adds minimal extra value (e.g., roundtrip saving hint for lat/lon). Baseline 3 due to high schema coverage; description offers little beyond.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states it provides a 1-16 day weather forecast using MeteoSwiss ICON model, with daily values and optional hourly. It distinguishes from sibling tools like meteo_current and meteo_warnings by specifying forecast range and detail.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes important notes about geocoding, lat/lon override, hourly data limitations, and fallback behavior. It gives examples for typical use. However, it does not explicitly exclude alternatives or mention when not to use this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/malkreide/meteoswiss-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server