Skip to main content
Glama

Hermes — Air Quality Intelligence

assess_location_aq

Comprehensive air quality assessment for a location in one call.

Combines nearby monitor discovery and current readings with DAQI into a single response. Use this as the first tool call for any air quality question about a location.

For long-term trend analysis, use the dedicated trend_analysis tool.

Returns a structured 'summary' dict with purpose-appropriate sections. Present the summary description to users first.

Args: location: Postcode, place name, or "lat,lon". purpose: What the user needs — "general" (default), "health" (safety/worry), "exercise" (outdoor activity), or "planning" (homebuying/school assessment/long-term).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
purposeNogeneral
locationYes

TDQS

A4.5/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It does add useful behavioral context: the tool combines multiple data sources, returns a structured 'summary' dict, and tells agents to present the summary description to users first. However, it does not disclose limitations like data freshness, geographic coverage, or potential fallback behavior if no monitors are nearby.

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 well-organized with a clear summary sentence, usage guidance, return value note, and a concise argument list. Each sentence adds value and no information is wasted. It is appropriately sized for a tool with two parameters and moderate complexity.

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

Completeness4/5

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

The description covers the tool's purpose, when to use it, what it returns, and key parameter semantics. It also positions itself against siblings. However, because there is no output schema, a few specifics about the response structure (e.g., sections returned for each purpose) could strengthen completeness, though the mention of a structured 'summary' dict is adequate.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate. It does so thoroughly: 'location' is explained as Postcode, place name, or "lat,lon", and 'purpose' receives a full list of valid values with explanations. This provides meaning well beyond the bare schema properties and defaults.

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 clearly states the tool performs a 'Comprehensive air quality assessment for a location in one call' and specifies what is combined (monitor discovery, current readings, DAQI). It also implicitly distinguishes itself from siblings by positioning as the first tool to call for any location-based air quality question.

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

Usage Guidelines5/5

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

The description gives explicit when-to-use guidance: 'Use this as the first tool call for any air quality question about a location.' It also provides an when-not-to-use example by pointing to the dedicated `trend_analysis` tool for long-term trends. This is strong usage differentiation.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation3/5

Three tools (assess_location_aq, get_current_aq, get_aqi_summary) all provide current air quality and health context, creating potential misselection. The assess tool is positioned as the default entry point, but the boundaries between detailed readings, AQI summary, and comprehensive assessment could confuse an agent. Other tools are more clearly distinct.

Naming Consistency4/5

Most tools follow a verb_noun pattern (get_current_aq, list_monitors, chart_aq_trend), but three use noun phrases (regulatory_stats, time_patterns, trend_analysis). The kb_ prefix is used consistently for knowledge base lookups. Overall conventions are mostly consistent with minor deviations.

Tool Count5/5

15 tools is at the upper end of the ideal range and each serves a distinct function within the air quality domain, from current conditions to historical trends, comparisons, and regulatory compliance. No tool feels redundant, and the count is appropriate for the server's stated purpose.

Completeness5/5

The tool set covers current conditions, historical data, trend analysis, temporal patterns, location comparisons, regulatory statistics, monitor discovery, and a knowledge base for guidelines, health effects, and practical advice. This is a comprehensive surface with no glaring missing operations for the domain.

Resources