Tool ReferenceSevere Weather
severe_weather_daily_analysis
Storm Data - Daily Overview
Nationwide daily severe weather digest — ideal entry point before drilling into contours or point data.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
perils | string | Yes | - |
date | string | Yes | - |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "severe_weather_daily_analysis",
"arguments": {
"perils": "value",
"date": "value",
"content_mode": "text"
}
}
}{
"name": "severe_weather_daily_analysis",
"arguments": {
"perils": "value",
"date": "value",
"content_mode": "text"
}
}