tf_climate_earthquakes
Fetches USGS pre-built summary feeds with selectable magnitude bucket (significant, 4.5, 2.5, 1.0, all) and period (hour, day, week, month). Returns flattened list (id, magnitude, place, time ISO 8601, depth_km, lat, lon, tsunami flag, USGS detail URL). Cache TTL scales with feed window (60s for hour, up to 900s for month). US Government public domain. Use when the agent needs more granular control than tf_earthquakes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Period bucket: hour, day, week, month. Default day. | |
| magnitude | No | Magnitude bucket: significant, 4.5, 2.5, 1.0, all. Default 2.5. |