Skip to main content
Glama
tyson-swetnam

EPA Air Quality System (AQS) MCP Server

aqs_monitors_by_county

Retrieve detailed air quality monitor data for a specific county, including location, operational dates, and pollutant measurements from the EPA Air Quality System.

Instructions

Get all air quality monitors in a county. Returns detailed information about monitors including location, operational dates, and measurement parameters.

Parameters:

  • param: 5-digit AQS parameter code for the pollutant. Common codes:

    • 44201: Ozone (O3)

    • 88101: PM2.5 (Fine Particulate Matter, Local Conditions)

    • 81102: PM10 (Particulate Matter)

    • 42401: Sulfur Dioxide (SO2)

    • 42101: Carbon Monoxide (CO)

    • 42602: Nitrogen Dioxide (NO2)

  • bdate/edate: Begin and end dates in YYYYMMDD format (must be same calendar year)

  • state: 2-digit FIPS state code (e.g., '06' for California, '36' for New York)

  • county: 3-digit FIPS county code (e.g., '037' for Los Angeles County)

Note: Email and API key can be provided or will use AQS_EMAIL/AQS_API_KEY environment variables.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailNoEmail address for API authentication (optional if AQS_EMAIL env var is set)
keyNoAPI key for authentication (optional if AQS_API_KEY env var is set)
paramYes5-digit AQS parameter code (e.g., 44201 for Ozone)
bdateYesBegin date in YYYYMMDD format
edateYesEnd date in YYYYMMDD format (must be same calendar year as bdate)
stateYes2-digit FIPS state code (e.g., 06 for California)
countyYes3-digit FIPS county code (e.g., 037 for Los Angeles)
Behavior3/5

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

With no annotations provided, the description carries full burden. It discloses authentication behavior (email/API key usage with environment variable fallback) and date constraints (same calendar year requirement), which are useful behavioral traits. However, it doesn't mention rate limits, pagination, error handling, or what 'detailed information' specifically includes beyond the listed fields. It adds some context but leaves gaps for a tool with 7 parameters.

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 well-structured with a clear purpose statement followed by parameter details and authentication note. It's appropriately sized for a 7-parameter tool. Some redundancy exists between description and schema (e.g., date format mentioned in both), but overall it's efficient and front-loaded with the core functionality.

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

Completeness3/5

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

For a tool with 7 parameters, no annotations, and no output schema, the description provides adequate but incomplete context. It covers authentication, parameter semantics, and basic constraints, but lacks details on return format (beyond 'detailed information'), error cases, or performance characteristics. Given the complexity and lack of structured metadata, it should do more to compensate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description adds significant value by providing common parameter code examples (e.g., 44201 for Ozone) and clarifying FIPS code formats with specific examples (California='06', Los Angeles='037'). This enhances understanding beyond the schema's generic descriptions. However, it doesn't explain all parameters equally (email/key get less detail).

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 'Get all air quality monitors in a county' with specific resource (air quality monitors) and geographic scope (county). It distinguishes from siblings like aqs_monitors_by_state or aqs_monitors_by_site by specifying county-level retrieval, though it doesn't explicitly contrast with all monitor-related siblings. The purpose is specific but could be more explicit about sibling differentiation.

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

Usage Guidelines3/5

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

The description implies usage context through parameter explanations (e.g., date constraints, FIPS codes) but doesn't explicitly state when to use this tool versus alternatives like aqs_monitors_by_state or aqs_monitors_by_site. The sibling list shows many similar tools, but no guidance is provided on selecting among them. Usage is implied rather than explicitly guided.

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/tyson-swetnam/aqs-mcp'

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