Skip to main content
Glama
ambeelabs

mcp-ambee

Official
by ambeelabs

Air Quality – 48-Hour Forecast

air_quality_forecast

Get hourly air quality forecasts for the next 48 hours, including AQI, pollutant concentrations, dominant pollutant, and category, to plan around expected pollution.

Instructions

Returns an hourly air quality forecast for the next 48 hours: AQI plus CO, NO2, ozone, PM10, PM2.5, and SO2 concentrations for each hour, with the dominant pollutant and category. Returns up to 48 hourly records, or no data if none is available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoLatitude of the location, -90 to 90. Required if place is not provided.
lngNoLongitude of the location, -180 to 180. Required if place is not provided.
placeNoPlace or city name, e.g. "Bengaluru". Required if lat/lng are not provided. Never send both place and lat/lng.
localeNoIf true, the response includes a localTime field alongside each record.
aqiStandardNoAQI standard to calculate against. Defaults to EPA.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.0.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the burden of behavioral disclosure. It does usefully mention that up to 48 records are returned and that no data is returned when unavailable. However, it does not describe behavior around missing or conflicting location parameters, invalid inputs, or response timezone/localization nuances, leaving some uncertainty.

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?

The description is two sentences with no filler. The first sentence explains the core return value and scope, and the second succinctly caps the record count and addresses the empty-data case. Every sentence earns its place.

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?

For a read-only forecast tool with no output schema and no annotations, the description gives a solid picture of the response contents and shape. It does not restate the lat/lng-or-place requirement (which is covered in the schema), but it could have added a brief note about how locale or aqiStandard affect the output. Overall, it is largely complete.

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?

The input schema has 100% parameter description coverage, documenting lat, lng, place, locale, and aqiStandard with constraints and defaults. The tool description adds no parameter-specific semantics beyond the general output content, so the baseline 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 states a specific action ('returns an hourly air quality forecast'), a clear resource (air quality for the next 48 hours), and the contents (AQI, pollutant concentrations, dominant pollutant, category). It also naturally distinguishes itself from air_quality_latest by explicitly mentioning the forecast horizon and hourly granularity.

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

Usage Guidelines4/5

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

The description clearly conveys that this tool is for future-facing air quality data over a 48-hour window, which sets it apart from 'latest' siblings. However, it does not explicitly name alternatives like air_quality_latest or weather_forecast, nor does it state conditions such as 'use this when you need forecast rather than current conditions'.

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

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/ambeelabs/ambee-mcp'

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