BaroclineBarocline

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/mcp
https://mcpkey.barocline.com/weather-risk/mcp
https://mcpoauth.barocline.com/mcp
Read-onlyIdempotent

Parameters

NameTypeRequiredDefault
datestringYes-
state_filterstringNo""

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": ""
  }
}