Get Historical Weather
weather.conditions.historyRetrieve historical weather conditions for a location and date, supporting city names, coordinates, or zip codes with metric or imperial units.
Instructions
Get historical weather data for a location and date
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| location | Yes | City name, coordinates (lat,lon), or zip code | |
| date | Yes | Historical date in YYYY-MM-DD format | |
| units | No | Temperature units system |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |