Skip to main content
Glama

Air health bands

air_health_bands
Read-onlyIdempotent

Classifies air quality readings into health bands per WHO/EPA/ASHRAE/UBA, returning worst signal and recommended actions. Accepts readings or fetches current provider data.

Instructions

Classify PM2.5, PM10, CO2, and VOC readings into WHO 2021 / EPA / ASHRAE / UBA health bands. Pass readings directly, or omit them and the tool will fetch the current reading from the default provider (PM2.5, PM10, CO2, VOC where available). Returns per-pollutant band + the worst signal across pollutants + deduplicated recommended actions + source citations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
co2NoCO2 in ppm. If omitted, pulled from air_current_reading.
vocNotVOC in ppb. If omitted, pulled from air_current_reading.tvoc when present.
pm10NoPM10 in µg/m³. If omitted, pulled from air_current_reading.
pm25NoPM2.5 in µg/m³. If omitted, pulled from air_current_reading.
providerNoProvider for fetch fallback. Defaults to airgradient.
locationIdNoProvider-specific location id for fetch fallback.
privacy_modeNoOptional privacy mode: summary | structured | raw. summary omits location identifiers and device serials when present; structured/raw return full payload.
Install Server

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds useful behavioral context by noting that omitted readings are fetched from the default provider and that the tool returns per-pollutant bands, the worst signal, deduplicated actions, and source citations. This goes beyond the annotations without contradicting them.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two well-structured sentences: the first states the core classification function, the second covers both usage modes and summarizes return values. No filler, every sentence earns its place, and key information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 7 optional parameters, a complex return concept (multiple bands + actions + citations), and no output schema. The description covers the main return elements and the fetch-fallback behavior, but it does not mention the privacy_mode parameter or potential error cases. Still, it is sufficiently complete for an agent to invoke the tool correctly in most situations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema coverage is 100% with detailed descriptions for every parameter (e.g., 'If omitted, pulled from air_current_reading'). The description itself adds no extra parameter-level details, but since the schema carries full weight, a baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'Classify PM2.5, PM10, CO2, and VOC readings into WHO 2021 / EPA / ASHRAE / UBA health bands.' This clearly differentiates the tool from siblings like air_current_reading (which fetches readings) and air_aqi_check (which likely computes AQI), making its purpose unmistakable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains two modes of use ('Pass readings directly, or omit them and the tool will fetch the current reading') and mentions the default provider, but it does not explicitly state when to choose this tool over alternatives such as air_aqi_check or air_health_recommendation. Usage context is implied rather than explicitly contrasted with siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidmosiah/wellness-air'

If you have feedback or need assistance with the MCP directory API, please join our Discord server