get_hydro
Retrieve current river water levels, flow rates, and temperatures from Polish monitoring stations, with alarm status based on thresholds. Filter by river, station, province, or only alerts.
Instructions
Get current hydrological readings from IMGW. Includes water level (stan_wody), flow rate, water temperature, and the alarm / warning threshold levels for the station. Server annotates each with alarm_status = normal / warning / alarm computed from current vs thresholds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 100 — full set is ~900) | |
| river | No | Filter by river name (case-insensitive substring) | |
| station | No | Station name (case-insensitive substring). Omit to get all ~900 stations. | |
| province | No | Filter by voivodeship (e.g., 'mazowieckie') | |
| only_alerts | No | If true, only return stations in warning or alarm state |