get_hourly_forecast
Get hour-by-hour weather for a specific day to know exactly when rain starts or stops, ideal for planning activities within a 16-day window.
Instructions
Hour-by-hour forecast for one day: when exactly the rain arrives.
Use this once the day matters more than the week -- "will it rain during the 2pm walk", "is the morning or the afternoon better for the drive". For a multi-day outlook use get_forecast instead; this returns 24 rows and is wasteful for a question about a week.
The day must be within the 16-day forecast horizon, and is read as a local date at the location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The day to break down, ISO 8601 (YYYY-MM-DD). | |
| location | No | Place name or 'latitude,longitude'. Omit for the home location. |