Weather MCP
get_air_quality_details
Get detailed air quality information for a specified city as structured JSON data. This tool provides raw air quality data for programmatic analysis and processing.
Remote isdaniel/mcp_weather_server
Remote (network-hosted)
Other tools also called get_air_quality_details?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"city": {
"type": "string",
"description": "The name of the city to fetch air quality information for, PLEASE NOTE English name only, if the parameter city isn't English please translate to English before invoking this function."
},
"variables": {
"type": "array",
"items": {
"enum": [
"pm10",
"pm2_5",
"carbon_monoxide",
"nitrogen_dioxide",
"ozone",
"sulphur_dioxide",
"ammonia",
"dust",
"aerosol_optical_depth"
],
"type": "string"
},
"description": "Air quality variables to retrieve"
}
}
}