get_forecast
Get daily weather forecasts for any place, covering highs, lows, rain, and wind. Specify dates or days ahead to answer weekly weather questions and plan trips.
Instructions
Daily weather forecast for a place: highs, lows, rain and wind, day by day.
The main tool. Answers "what is the weather doing this week", "how warm will it be in Boston next Tuesday", and "will it rain while I am there".
Give dates when you have them -- from a calendar event, say -- and they are read as local dates at the destination, not wherever this server is running. Give neither and it covers the next week starting from today at that location, which is the right anchor when the place is in another timezone.
Forecasts reach at most 16 days ahead; that is a limit of the data. For a trip further out, use get_typical_weather, which reports what the weather actually did on those dates in past years rather than pretending to predict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Days ahead from today at the location, when no dates are given. | |
| endDate | No | Last day, ISO 8601 (YYYY-MM-DD). | |
| location | No | Place name or 'latitude,longitude'. Omit for the home location. | |
| startDate | No | First day, ISO 8601 (YYYY-MM-DD). |