get_air_quality
InactiveTool of com.gadgethumans.swarm/x402-middleware
Get current air quality data for any city. Uses Open-Meteo Air Quality API (free, no key) after geocoding the city. Returns European AQI, US AQI, PM2.5, PM10, and ozone levels. Parameters: city — City name to check air quality for (required), e.g. "London".
Parameters schema
{
"type": "object",
"title": "get_air_qualityArguments",
"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