BaroclineBarocline
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/mcp
https://mcpkey.barocline.com/weather-risk/mcp
https://mcpoauth.barocline.com/mcp
Read-onlyIdempotent

Parameters

NameTypeRequiredDefault
latnumberYes-
lonnumberYes-
perilstringYes-
startDatestringYes-
minThresholdnumberYes-
endDatestringNo""
unitsstringNo"IMPERIAL"
radiusnumberNo0
include_summarybooleanNotrue
max_raw_eventsintegerNo50
content_modestringNo"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"
  }
}