Air health recommendation
air_health_recommendationEnter PM2.5 (optional CO2, VOC) to receive WHO/EPA-aligned health bands and deduplicated plain-language actions for your air quality reading.
Instructions
Quick PM2.5-centric health recommendation. Pass current PM2.5 (µg/m³) and optionally CO2 (ppm) and VOC index; returns WHO/EPA-aligned bands per pollutant, the overall worst band, and a deduplicated list of plain-language actions. Use this when you have a reading already and just want a 'what should I do?' answer. For richer four-pollutant classification with full source citations use air_health_bands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| co2_ppm | No | Optional. CO2 concentration in parts per million. | |
| voc_index | No | Optional. VOC index (sensor-reported 0-500 style). | |
| pm25_ug_m3 | Yes | Required. PM2.5 concentration in micrograms per cubic meter. | |
| privacy_mode | No | Optional privacy mode: summary | structured | raw. summary omits location identifiers and device serials when present; structured/raw return full payload. | |
| response_format | No | Output shape. Defaults to json. |