Tool ReferenceSevere Weather
severe_weather_contours_summary
Storm Data - Area Summary
Summarizes severe weather contours for a date without full GeoJSON. Use before contours_radius.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
peril | string | Yes | - |
date | string | Yes | - |
state | string | No | "" |
time | string | No | "cst" |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "severe_weather_contours_summary",
"arguments": {
"peril": "value",
"date": "value",
"state": "",
"time": "cst",
"content_mode": "text"
}
}
}{
"name": "severe_weather_contours_summary",
"arguments": {
"peril": "value",
"date": "value",
"state": "",
"time": "cst",
"content_mode": "text"
}
}