open_meteo__weather_forecast
ActiveTool of ai.duvera/gateway
declared in 1.0
[open-meteo · risk:low] Current temperature, conditions, humidity, and wind for a latitude/longitude, from Open-Meteo.
Parameters schema
{
"type": "object",
"required": [
"latitude",
"longitude"
],
"properties": {
"latitude": {
"type": "number",
"description": "Latitude of the place (e.g. 37.77 for San Francisco)."
},
"longitude": {
"type": "number",
"description": "Longitude of the place (e.g. -122.42 for San Francisco)."
}
}
}Parent server
ai.duvera/gateway
1/7 registries