get_hourly_forecast
Retrieve hour-by-hour weather forecasts for any location, with high-resolution GeoSphere data in Austria/Alps and Open-Meteo fallback elsewhere.
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) is used inside its Austria/Alps coverage;
elsewhere the tool falls back to Open-Meteo (up to 48 h). The response
states which source served it.
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 on
GeoSphere / 1–48 on the Open-Meteo fallback).
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 |