get_historical_storm_reports
Retrieve historical storm reports (hail, wind, tornado) for a specific US location and past date. Get normalized reports with magnitude, time, distance, and summary.
Instructions
Local Storm Reports near a CONUS point on a specific PAST date.
Answers "what hail/wind/tornado hit this location on this day." `date` is a
single UTC calendar day formatted 'YYYY-MM-DD'. Returns normalized reports
(type, magnitude with units, time, location, distance/bearing, remarks) plus
a summary. Coverage begins ~2005; the data is preliminary NWS/spotter reports
via the Iowa Environmental Mesonet, not the final NCEI Storm Events record.
For the current situation use get_storm_reports instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| date | Yes | ||
| radius_km | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||