get_weather_history
Fetch historical weather data for a given latitude, longitude, and Unix timestamp to examine past conditions at any location.
Instructions
Get historical weather data for a specific timestamp (Time Machine).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dt | Yes | Timestamp (Unix time, UTC) | |
| lat | Yes | Latitude | |
| lon | Yes | Longitude |