Skip to main content
Glama

MCP Weather Server

by dimonets

get-air-quality

Retrieve detailed air pollution data for any city, including the European Air Quality Index and pollutant levels. Use this tool to monitor air quality and make informed decisions.

Instructions

Get air pollution data for any city including European Air Quality Index and pollutant levels

Input Schema

NameRequiredDescriptionDefault
cityYesThe name of the city to get air quality information for (e.g., 'New York', 'London', 'Tokyo')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "city": { "description": "The name of the city to get air quality information for (e.g., 'New York', 'London', 'Tokyo')", "maxLength": 100, "minLength": 1, "type": "string" } }, "required": [ "city" ], "type": "object" }

Other Tools from MCP Weather Server

Related Tools

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

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