Skip to main content
Glama
Sousam2002

Weather & Location MCP Server

by Sousam2002

Get Air Quality

getAirQuality

Retrieve current air quality data for any city. Input the city name to get air quality index and pollution levels.

Instructions

Get air quality information for a city

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYesThe city name
Behavior1/5

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

With no annotations, the description carries full burden for behavioral disclosure. It provides no information about side effects, constraints, rate limits, or what data is returned (e.g., AQI, pollutants). The tool is essentially a black box beyond its name.

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 a single, clear sentence with no extraneous words. It is appropriately sized for a simple tool and front-loads the key action.

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?

For a tool with no output schema, the description should hint at what information is returned (e.g., air quality index, specific pollutants). It does not, leaving the agent uncertain about the tool's output beyond 'air quality information'.

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% (one parameter 'city' with description 'The city name'). The description adds no additional meaning beyond what the schema provides, so it meets the baseline but does not enhance understanding.

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 'Get air quality information for a city' clearly states the action (get) and resource (air quality information) with context (city). It distinguishes from sibling tools like getCurrentWeather and getForecast, which focus on weather rather than air quality.

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?

No guidance is provided on when to use this tool vs. siblings. The description does not mention alternatives like getCurrentWeather for weather data or specify any prerequisites or context for when air quality should be retrieved.

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/Sousam2002/weather-location-mcp-server'

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