DG
DaedalMap Geographic Data Intelligence
/get_disaster_link_chain
Get Disaster Link Chain
Free linked-disaster helper. Expands one exact disaster event id into a bounded related-event chain. Use this only when you already have an exact event id from
liveverifiedunknown~5s typical
mcpprobeddaedalmapgeographicdata
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-daedalmap-county-map /get_disaster_link_chain for me.
Input
| Field | Type | Description |
|---|---|---|
| event_id* | string | Exact disaster event id from a supported pack row, such as 'NOAA-SIG-2' or 'USA-CA-FIRE-21 |
| pack_id | string | Optional pack id hint when the event id is ambiguous. Supported exact-event link packs are |
| depth | integer | Maximum link-chain depth to traverse. Default 1. |
| cross_type_only | boolean | When true, only return cross-hazard links. Default true. |
| request_id | string | Optional caller-supplied request id for tracing. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-daedalmap-county-map","endpoint":"/get_disaster_link_chain","input":{"event_id":"..."}}'cli
npx cracked-ai run -p mcp-com-daedalmap-county-map -e /get_disaster_link_chain -i '{"event_id":"..."}'mcp
run_tool({ provider: "mcp-com-daedalmap-county-map", endpoint: "/get_disaster_link_chain", input: {"event_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.