Tool ReferenceOther
add_tor_survey_layer
Add NWS Tornado Survey Layer
Fetch NWS post-storm tornado damage survey geometry (damage polygons, tracks, and points) for one date and return map layer dicts ready to render. Called on-demand from the interactive_map_app iframe when the user toggles 'Add NWS Tornado Survey' on a TORNADIC_STORM map.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
date | string | Yes | - |
state_filter | string | No | "" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "add_tor_survey_layer",
"arguments": {
"date": "value",
"state_filter": ""
}
}
}{
"name": "add_tor_survey_layer",
"arguments": {
"date": "value",
"state_filter": ""
}
}