Air health recommendation
air_health_recommendationEvaluates PM2.5, CO2, and VOC levels to output WHO/EPA-aligned health bands and actionable recommendations. Ideal for determining appropriate actions from current air quality readings.
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. | |
| response_format | No | Output shape. Defaults to json. |