Historical Disaster Archive
gdacs.disasters.historyAccess the GDACS historical disaster archive from 2000 onwards. Filter by date, event type, country, and alert level to analyze disaster frequency and regional risk.
Instructions
Query the GDACS historical disaster archive from 2000 onwards. Filter by date range, event type, country, and alert level. Returns past earthquakes, cyclones, floods, and volcanoes for disaster frequency analysis and regional risk assessment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date_from | Yes | Start date in YYYY-MM-DD format (e.g. "2024-01-01") | |
| date_to | Yes | End date in YYYY-MM-DD format (e.g. "2024-12-31") | |
| event_type | No | Filter by disaster type | |
| country | No | ISO 3166-1 alpha-3 country code (e.g. "JPN", "PHL", "USA", "IDN") | |
| alert_level | No | Minimum alert level filter | |
| limit | No | Number of events to return, max 50 (default 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |