list_weather_stations
Retrieve a list of weather stations in Iceland with IDs, names, types, and coordinates. Filter by region or limit results to find stations near a specific area.
Instructions
List weather stations in Iceland with their IDs, names, types, and coordinates. Use this to look up station IDs for get_weather_now and get_weather_forecast, or to help users discover stations near a region. Stations are loaded from the Icelandic Meteorological Office (api.vedur.is).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of stations to return. Defaults to all. | |
| region | No | Case-insensitive substring match against the station's region label (e.g. 'north', 'capital', 'westfjords'). Optional. |