event
ActiveTool of mcp-gdacs
declared in 0.1.0
Fetch full detail for a single GDACS disaster event by event_type (EQ/TC/FL/VO/DR/WF) and event_id; optionally narrow to a specific episode_id. Returns event metadata, impact estimates, and geometry.
Parameters schema
{
"type": "object",
"examples": [
{
"event_id": "12345",
"event_type": "EQ"
},
{
"event_id": "67890",
"episode_id": "ep001",
"event_type": "FL"
}
],
"required": [
"event_type",
"event_id"
],
"properties": {
"event_id": {
"type": "string"
},
"episode_id": {
"type": "string"
},
"event_type": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-gdacs
https://github.com/pipeworx-io/mcp-gdacs
2/7 registries