get_weather_now
Retrieve current weather observations for Icelandic locations, including temperature, wind, pressure, humidity, precipitation, and more. Accepts station IDs or names.
Instructions
Get current weather observations for locations in Iceland. Returns temperature (°C), wind speed and direction (m/s, cardinal + degrees), pressure (hPa), humidity (%), precipitation (mm/h), and snow/visibility data when available. Accepts station IDs or names — call list_weather_stations to discover available stations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language for description fields. Defaults to 'en'. | |
| stations | No | Station IDs or names, e.g. ['1470', 'Akureyri']. Diacritics optional. Defaults to ['Reykjavík'] when omitted. |