weather_forecast
ActiveTool of io.github.lonniev/tollbooth-sample
declared in 3.4.2
Get a multi-day weather forecast for a location. Returns daily high/low temperatures and precipitation for 1-16 days.
Parameters schema
{
"type": "object",
"required": [
"latitude",
"longitude"
],
"properties": {
"days": {
"type": "integer",
"default": 7,
"description": "Number of forecast days (1-16, default 7)."
},
"npub": {
"type": "string",
"default": "",
"description": "Required. Your Nostr public key (npub1...) for credit billing."
},
"latitude": {
"type": "number",
"description": "Latitude (-90 to 90)."
},
"longitude": {
"type": "number",
"description": "Longitude (-180 to 180)."
},
"dpop_token": {
"type": "string",
"default": ""
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.lonniev/tollbooth-sample
https://github.com/lonniev/tollbooth-sample
1/7 registries