get_earthquakes
Retrieve recent earthquakes in Iceland with magnitude, location, depth, and timestamp. Filter by named volcanic region or custom coordinates and time window.
Instructions
Get recent earthquakes in Iceland with magnitude, location, depth, and timestamp. Filter by named region preset (reykjanes, mydalsjokull, bardarbunga, tjornes, katla, askja, hekla, grimsvotn) or a custom lat/lon radius. Defaults to the last 48 hours and excludes automatic (unreviewed) detections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| near | No | Custom point + radius filter. Mutually exclusive with 'region'. | |
| hours | No | Time window in hours. Max 168 (7 days). Defaults to 48. | |
| region | No | Named region preset. Mutually exclusive with 'near'. Useful for monitoring specific volcanic systems. | |
| min_magnitude | No | Minimum magnitude (Mlw). Defaults to 0 (all events). | |
| include_unreviewed | No | Include automatic unreviewed detections. Defaults to false. |