Skip to main content
Glama

Clara — Personal Clean Air Planner

exposure_assessment

Estimate personal daily air pollution exposure across home, work, and commute.

Uses time-weighted modelling across environments: home (with indoor source adjustments), work, and commute (with route-based pollution and transport mode factors). Based on annual average pollution estimates, not live readings.

Args: home_postcode: Home location UK postcode (e.g. "SE17 1RL"). Required. work_postcode: Work/school location postcode. Omit if not commuting. transport_mode: Commute mode — walk, cycle, bus, car, train, tube. work_frequency: How often you commute — most_days, some_days, less_often, never. commute_hour: Hour of commute (0-23) for time-of-day pollution adjustment. cooker_type: Home cooker type — gas, electric, induction, unknown. smoking_at_home: Whether anyone smokes indoors (major PM2.5 source). tube_line: London Underground line for tube commuters (e.g. "victoria").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tube_lineNo
cooker_typeNounknown
commute_hourNo
home_postcodeYes
work_postcodeNo
transport_modeNowalk
work_frequencyNomost_days
smoking_at_homeNo

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It covers key aspects: time-weighted modelling across environments, indoor source adjustments, route-based factors, and the annual-average limitation. It does not disclose return format or units, but it does state a major limitation ('not live readings') and explains the model's inputs. This is strong given the constraints.

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 structured as a summary paragraph followed by an Args list. Each sentence serves a purpose, and the front-loaded purpose statement is efficient. It is slightly longer than strictly necessary, but the param explanations are valuable and well-organized. No fluff or repetition.

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?

The tool has 8 parameters and no output schema, so the description should cover the return value to be fully complete. It clearly explains the estimation approach but does not state what the function returns (e.g., a numeric exposure value, units, or a breakdown). This is a notable gap for a complex computation tool, making it minimally viable but not complete.

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?

The description adds substantial meaning for every parameter, far beyond the bare schema titles. It explains each arg with domain context (e.g., 'smoking_at_home: Whether anyone smokes indoors (major PM2.5 source)'), provides example values (postcode format, tube line), and clarifies optionality. Since schema coverage is 0%, this description fully compensates.

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 opens with a clear, specific action: 'Estimate personal daily air pollution exposure across home, work, and commute.' This verb+resource pairing immediately defines the tool's purpose and differentiates it from the sibling 'contextual_advice', which likely provides recommendations rather than quantitative estimates.

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

Usage Guidelines4/5

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

The description provides clear usage context: it explains the methodology (time-weighted modelling) and explicitly notes it uses annual averages, not live readings. It gives per-parameter guidance (e.g., 'Omit if not commuting' for work_postcode), but does not explicitly state when to choose this tool over the sibling or name exclusions. This is clear context, though not full when/when-not guidance.

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.1/5.0
Disambiguation4/5

The two tools have distinct purposes: one gives contextual advice, the other estimates daily exposure. Though they share some inputs, their outputs and use cases are clearly different. No real ambiguity, but they are related enough that an agent might need to think twice.

Naming Consistency4/5

Both tool names are descriptive noun phrases (adjective_noun) and follow a consistent pattern. They don't use a verb_noun structure, but the style is uniform and readable. Minor deviation from typical action-oriented naming, but internally consistent.

Tool Count3/5

With only 2 tools, the server feels thin for a 'Personal Clean Air Planner.' The scope is narrow but may be intentional. However, most planners would include at least a basic air quality lookup tool, making the count borderline low.

Completeness2/5

The tools cover advice and exposure estimation but lack a direct way to fetch current or forecast air quality data (contextual_advice references another server's get_current_aq). No tool for simple 'what's the air quality now?' or general health tips. Gaps will cause agent failures for common requests.

Resources