get_typical_weather
Retrieve historical weather averages for any date range including extremes and rain frequency to plan packing when forecasts are beyond reach.
Instructions
What the weather actually did on these dates in past years. Not a forecast.
For trips beyond the 16-day forecast horizon, which is most trips at the point they get planned. Returns observed history: the average high and low for this window over recent years, the extremes, and how many of those years saw rain during it.
This is history and must be described as history. It says what to pack, not what will happen. Once the dates come within 16 days, get_forecast replaces it entirely — do not keep quoting averages when a real forecast exists.
The year is taken from the dates only to fix the calendar window; the summary always covers complete past years.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | No | How many past years to summarize. | |
| endDate | Yes | Last day of the window, ISO 8601. | |
| location | No | Place name or 'latitude,longitude'. Omit for the home location. | |
| startDate | Yes | First day of the window, ISO 8601. |