{
  "name": "airQuality",
  "description": "Gets the current air quality where the person lives, on the US AQI scale that most air quality sites show (0 to 50 is good, 51 to 100 moderate, over 100 unhealthy). Use when they ask about air quality, smog, pollution, or whether it is a good day to be outside.",
  "url": "https://air-quality-api.open-meteo.com/v1/air-quality?latitude={{latitude}}&longitude={{longitude}}&current=us_aqi&domains=cams_global",
  "inputs": {
    "latitude": "Your latitude, e.g. 52.52",
    "longitude": "Your longitude, e.g. 13.41"
  },
  "extract": "current.us_aqi"
}
