get_weather_forecast
Get multi-day hourly weather forecasts for locations in Iceland. Returns temperature, wind, precipitation, cloud cover, and dew point for specified stations.
Instructions
Get multi-day hourly weather forecasts for locations in Iceland. Returns hour-by-hour predictions for temperature, wind, precipitation, cloud cover, and dew point. Forecasts are regional (covering one of 10 IMO forecast regions) and scraped from vedur.is; if scraping fails the response falls back to the national text forecast and is marked 'degraded'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language for the text-forecast fallback. Defaults to 'en'. | |
| hours | No | How many hours of forecast to return, starting from now. Defaults to 72 (3 days). Max 240 (10 days). Keep this tight when the user asks about a specific near-term time. | |
| stations | No | Station IDs or names. Defaults to ['Reykjavík']. |