weather_historical
ActiveTool of io.github.lonniev/tollbooth-sample
declared in 3.4.2
Get historical weather data for a location and date range. Returns daily temperature and precipitation from the Open-Meteo archive.
Parameters schema
{
"type": "object",
"required": [
"latitude",
"longitude",
"start_date",
"end_date"
],
"properties": {
"npub": {
"type": "string",
"default": "",
"description": "Required. Your Nostr public key (npub1...) for credit billing."
},
"end_date": {
"type": "string",
"description": "End date (YYYY-MM-DD)."
},
"latitude": {
"type": "number",
"description": "Latitude (-90 to 90)."
},
"longitude": {
"type": "number",
"description": "Longitude (-180 to 180)."
},
"dpop_token": {
"type": "string",
"default": ""
},
"start_date": {
"type": "string",
"description": "Start date (YYYY-MM-DD)."
}
},
"additionalProperties": false
}Parent server
io.github.lonniev/tollbooth-sample
https://github.com/lonniev/tollbooth-sample
1/7 registries