Skip to main content
Glama
cmer81

Open-Meteo MCP Server

by cmer81

air_quality

Retrieve air quality forecasts for specific locations, including pollutants like PM2.5, ozone, and nitrogen dioxide, to monitor environmental conditions.

Instructions

Get air quality forecast data including PM2.5, PM10, ozone, nitrogen dioxide and other pollutants.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latitudeYesLatitude in WGS84 coordinate system
longitudeYesLongitude in WGS84 coordinate system
hourlyNoAir quality variables to retrieve
timezoneNoTimezone for timestamps
past_daysNoInclude past days data
forecast_daysNoNumber of forecast days
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions 'forecast data' but doesn't disclose behavioral traits like rate limits, authentication needs, data freshness, or whether this is a read-only operation. The description is minimal and lacks context about what the tool actually does beyond the basic purpose.

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

Conciseness4/5

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

The description is a single, efficient sentence that states the core purpose. It's appropriately sized for a simple data retrieval tool, though it could be slightly more informative without losing conciseness. No wasted words or redundant information.

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

Completeness2/5

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

Given no annotations and no output schema, the description is incomplete. It doesn't explain what format the data returns, whether it's real-time or historical, or any limitations. For a tool with 6 parameters and environmental data complexity, more context about behavior and output would be helpful for an AI agent.

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?

Schema description coverage is 100%, so the schema fully documents all 6 parameters. The description adds no parameter-specific information beyond mentioning some pollutants that map to the 'hourly' enum values. It doesn't explain parameter interactions or provide additional context, meeting the baseline for high schema coverage.

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

Purpose4/5

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

The description clearly states the tool's purpose: 'Get air quality forecast data including PM2.5, PM10, ozone, nitrogen dioxide and other pollutants.' It specifies the verb ('Get') and resource ('air quality forecast data') with examples of pollutants. However, it doesn't explicitly differentiate from sibling tools like 'weather_forecast' or 'climate_projection' which might overlap in environmental data domains.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. It doesn't mention sibling tools or clarify specific use cases (e.g., air quality vs. general weather forecasting). The agent must infer usage from the name and description alone, with no explicit when/when-not instructions.

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

Install Server

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/cmer81/open-meteo-mcp'

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