get_weather
InactiveTool of com.gadgethumans.swarm/x402-middleware
Get current weather conditions for any city. Uses Open-Meteo (free, no key) after geocoding the city via Nominatim. Returns temperature, wind speed, weather code, and conditions. Parameters: city — City name to get weather for (required), e.g. "London".
Parameters schema
{
"type": "object",
"title": "get_weatherArguments",
"required": [
"city"
],
"properties": {
"city": {
"type": "string",
"title": "City"
}
}
}Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries