get_hourly_forecast
Retrieve an hour-by-hour weather forecast for a given latitude and longitude, with optional start time and forecast duration. Uses high-resolution data for Austria and the Alpine region.
Instructions
Get an hour-by-hour weather forecast for a location.
High-resolution GeoSphere AROME data (up to ~60 h, with C-LAEF
precipitation probability). Serves Austria and the Alpine region only; a
point outside that grid returns an out-of-coverage notice.
Args:
latitude: Decimal latitude (e.g. 48.2208 for Vienna). Geocode city
names to coordinates yourself.
longitude: Decimal longitude (e.g. 16.3738 for Vienna).
hours: Number of forecast hours (default 24, clamped to 1–60).
start: Optional ISO 8601 start time (e.g. "2026-07-22T15:00"); the
forecast begins at/after this instant instead of now.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | No | ||
| start | No | ||
| latitude | Yes | ||
| longitude | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |