usgs_earthquake_search
Custom earthquake search via USGS fdsnws. Filter by magnitude, time range, and lat/lon bounding box. Returns up to 100 events sorted by time. Use this for analytical queries instead of the feed when you need historical or geographic filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 25, max 100) | |
| end_time | No | ISO date or full datetime | |
| start_time | No | ISO date or full datetime YYYY-MM-DD[THH:MM:SS] | |
| max_latitude | No | Bounding box north | |
| min_latitude | No | Bounding box south | |
| max_longitude | No | Bounding box east | |
| min_longitude | No | Bounding box west | |
| min_magnitude | No | Minimum magnitude (e.g. 4.5) |