Disaster Event Details
gdacs.disasters.detailsGet detailed disaster event data from GDACS: alert level and justification, affected population per severity, mapping coordinates, source agency, and situation report links.
Instructions
Get detailed information for a specific GDACS disaster event by ID. Returns event name, alert level with justification, affected population at each severity level, coordinates, geometry for mapping, source agency, and situation report links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | GDACS event ID (obtain via gdacs.alerts) | |
| event_type | Yes | Event type code: EQ=earthquake, TC=tropical cyclone, FL=flood, VO=volcano, DR=drought, TS=tsunami |
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. |