weather_history
weather_history
What the weather actually was at a location between two dates — average high and low, total rainfall and the extremes. Records run a few days behind today
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Weather — Forecast, air quality, sea state and what the weather actually was.
Arguments
| Name | Type | What it is |
|---|---|---|
lat* | number | Latitude of the location |
lon* | number | Longitude of the location |
start* | string | First day, as 2025-08-01 |
end* | string | Last day, as 2025-08-31 |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{"end":"end","lat":1,"lon":1,"start":"start"},"name":"weather_history"}}Try it in the playground.


