Tool ReferenceTropical Cyclones
active_tropical_cyclones
Active Tropical Cyclones
Lists tropical cyclones active at a given time. Call first to get storm IDs for tropical_cyclone_forecast. Two use cases: - Current activity: use 'latest' to return storms active right now. - Historical lookup: pass a specific YYYYMMDDHH timestamp to return storms that were active at that time (e.g., "what storms were active in September 2024?").
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
initial_time | string | No | "latest" |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "active_tropical_cyclones",
"arguments": {
"initial_time": "latest",
"content_mode": "text"
}
}
}{
"name": "active_tropical_cyclones",
"arguments": {
"initial_time": "latest",
"content_mode": "text"
}
}