Tool ReferenceSevere Weather
severe_weather_multiday_area
Storm Data - Area Analysis
Severe weather area/occurrence analysis from state-level daily digests — single day or multi-day. Omit end_date (or set it equal to start_date) for a one-day nationwide digest with outbreak-magnitude classification and state rankings (replaces severe_weather_daily_analysis). Provide a range for time-series, outbreak, and regional trend analysis. All dates are interpreted as US central-time (CST/CDT) calendar days.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
peril | string | Yes | - |
start_date | string | Yes | - |
end_date | string | No | "" |
analysis_type | string | No | "comprehensive" |
state_filter | string | null | No | null |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "severe_weather_multiday_area",
"arguments": {
"peril": "value",
"start_date": "value",
"end_date": "",
"analysis_type": "comprehensive",
"content_mode": "text"
}
}
}{
"name": "severe_weather_multiday_area",
"arguments": {
"peril": "value",
"start_date": "value",
"end_date": "",
"analysis_type": "comprehensive",
"content_mode": "text"
}
}