Tool ReferenceSevere Weather
severe_weather_spc_reports
Storm Data - SPC Reports
NOAA SPC ground-truth storm reports. Use to verify radar-derived contour data. One peril per call.
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 | - |
time | string | No | "cst" |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "severe_weather_spc_reports",
"arguments": {
"peril": "value",
"date": "value",
"time": "cst",
"content_mode": "text"
}
}
}{
"name": "severe_weather_spc_reports",
"arguments": {
"peril": "value",
"date": "value",
"time": "cst",
"content_mode": "text"
}
}