Tool ReferenceOther
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/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
storm_id | string | Yes | - |
initial_time | string | No | "latest" |
swath_type | string | No | "wind" |
ensemble | string | No | "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"
}
}