Tool ReferenceTropical Cyclones
generate_hurricane_quicklook
Hurricane Forecast Map
Generates interactive hurricane forecast map with wind swath and track.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-only
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
storm_id | string | null | No | null |
initial_time | string | No | "latest" |
title | string | null | No | null |
center_lat | number | null | No | null |
center_lon | number | null | No | null |
zoom | integer | null | No | null |
expiry_minutes | integer | No | 15 |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "generate_hurricane_quicklook",
"arguments": {
"initial_time": "latest",
"expiry_minutes": 15,
"content_mode": "text"
}
}
}{
"name": "generate_hurricane_quicklook",
"arguments": {
"initial_time": "latest",
"expiry_minutes": 15,
"content_mode": "text"
}
}