BaroclineBarocline

add_hurricane_swath_layer

Add Hurricane Swath Layer

Fetch a hurricane wind or precipitation swath as a map layer dict ready to render on an already-open hurricane map. Swath products exist for the 'official' and 'ai_enhanced' tracks only. Called on-demand from the interactive_map_app iframe when a swath entry in the layer menu is activated; also callable directly.
https://mcp.barocline.com/mcp
https://mcpkey.barocline.com/weather-risk/mcp
https://mcpoauth.barocline.com/mcp
Read-onlyIdempotent

Parameters

NameTypeRequiredDefault
storm_idstringYes-
initial_timestringNo"latest"
swath_typestringNo"wind"
ensemblestringNo"official"

Sample input

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "add_hurricane_swath_layer",
    "arguments": {
      "storm_id": "value",
      "initial_time": "latest",
      "swath_type": "wind",
      "ensemble": "official"
    }
  }
}
{
  "name": "add_hurricane_swath_layer",
  "arguments": {
    "storm_id": "value",
    "initial_time": "latest",
    "swath_type": "wind",
    "ensemble": "official"
  }
}