weather_current
ActiveTool of io.github.lonniev/tollbooth-sample
declared in 3.4.2
Get current weather conditions for a location. Returns temperature, wind speed, and weather code from Open-Meteo.
Parameters schema
{
"type": "object",
"required": [
"latitude",
"longitude"
],
"properties": {
"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
}Parent server
io.github.lonniev/tollbooth-sample
https://github.com/lonniev/tollbooth-sample
1/7 registries