Tool ReferenceSevere Weather
severe_weather_history_location
Storm Data - History
Long-term severe weather history at a CONUS point. Use geolocator first for coordinates.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
lat | number | Yes | - |
lon | number | Yes | - |
peril | string | Yes | - |
startDate | string | Yes | - |
minThreshold | number | Yes | - |
endDate | string | No | "" |
units | string | No | "IMPERIAL" |
radius | number | No | 0 |
include_summary | boolean | No | true |
max_raw_events | integer | No | 50 |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "severe_weather_history_location",
"arguments": {
"lat": 0,
"lon": 0,
"peril": "value",
"startDate": "value",
"minThreshold": 0,
"endDate": "",
"units": "IMPERIAL",
"radius": 0,
"include_summary": true,
"max_raw_events": 50,
"content_mode": "text"
}
}
}{
"name": "severe_weather_history_location",
"arguments": {
"lat": 0,
"lon": 0,
"peril": "value",
"startDate": "value",
"minThreshold": 0,
"endDate": "",
"units": "IMPERIAL",
"radius": 0,
"include_summary": true,
"max_raw_events": 50,
"content_mode": "text"
}
}