Tool ReferenceForecast & Gridded
gridded_history_location_2km
Gridded Weather - CONUS 2km
Preferred tool for CONUS temperature and wind history — higher resolution (2km) and purpose-built for those variables. Use gridded_history_15km for other variables or non-CONUS locations. Use geolocator first for coordinates. CONUS only (24-49.5°N, 125-66°W). No Alaska, Hawaii, or territories.
https://mcp.barocline.com/mcphttps://mcpkey.barocline.com/weather-risk/mcphttps://mcpoauth.barocline.com/mcpRead-onlyIdempotent
Parameters
| Name | Type | Required | Default |
|---|---|---|---|
peril | string | Yes | - |
latitude | number | Yes | - |
longitude | number | Yes | - |
startDate | string | Yes | - |
endDate | string | Yes | - |
interval | string | Yes | - |
units | string | No | "IMPERIAL" |
time | string | No | "LWT" |
processing_mode | string | No | "full" |
custom_thresholds | object | string | null | No | null |
max_chunks | integer | No | 60 |
content_mode | string | No | "text" |
Sample input
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "gridded_history_location_2km",
"arguments": {
"peril": "value",
"latitude": 0,
"longitude": 0,
"startDate": "value",
"endDate": "value",
"interval": "value",
"units": "IMPERIAL",
"time": "LWT",
"processing_mode": "full",
"max_chunks": 60,
"content_mode": "text"
}
}
}{
"name": "gridded_history_location_2km",
"arguments": {
"peril": "value",
"latitude": 0,
"longitude": 0,
"startDate": "value",
"endDate": "value",
"interval": "value",
"units": "IMPERIAL",
"time": "LWT",
"processing_mode": "full",
"max_chunks": 60,
"content_mode": "text"
}
}