Skip to main content
Glama

GroundTruth - Environmental Records

due_diligence

Address due-diligence layer scores for a US location: school quality, natural hazards, groundwater contamination, Superfund proximity, air quality, highway noise, walkability, crime, and climate pleasantness (pleasant days/year). Scores are 0-1 with 1.0 = favorable; null = cannot score that layer here. no_coverage flags placeholder values machine-readably; relay caveats verbatim. Coverage: Superfund/toxic-release proximity national; other environmental layers CA/Bay Area; schools all 50 states and DC (2023-2025 results); climate CONUS (no AK/HI); crime SF/Oakland/Chicago. Pass EITHER a street address (geocoded via the US Census geocoder) OR lat/lon coordinates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
latNoLatitude (US)
lonNoLongitude (US, negative)
addressNoUS street address incl. city/state (alternative to lat/lon)

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations, the description carries the full burden, and it delivers: score scale (0-1), meaning of 1.0, null behavior for unscored layers, machine-readable placeholder flagging via no_coverage, instruction to relay caveats verbatim, and concrete coverage boundaries. This is unusually transparent.

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 dense and information-rich, front-loading the tool's purpose before coverage details and input requirements. It is longer than minimal but each clause adds needed context; a slight restructuring could improve skimmability without losing value.

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

Completeness5/5

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

For a multi-layer scoring tool with no annotations and no output schema, the description covers purpose, score semantics, null handling, coverage constraints, parameter relationships, and data sources. An agent has what it needs to invoke the tool correctly and interpret results sensibly.

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 schema already describes each parameter at 100% coverage, but the description adds critical relational semantics: the parameters are alternatives, not complements, and addresses go through the US Census geocoder. This meaningfully prevents incorrect calls where both lat/lon and address are supplied.

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 identifies the tool as providing due-diligence layer scores for US locations and enumerates the specific layers covered. It is concrete and well-scoped, but it does not explicitly contrast with siblings like environment_near or drinking_water, so some inference is required to distinguish them.

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?

It gives explicit input alternatives ('Pass EITHER a street address... OR lat/lon'), the geocoding source, and detailed geographic coverage limitations. It does not explicitly state when to prefer a sibling tool, but the coverage notes effectively tell the agent where this tool applies versus where it may not.

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
Disambiguation4/5

The three tools clearly address different intents: drinking water system lookups, comprehensive due-diligence scoring, and nearby federal facility records. However, due_diligence and environment_near both cover Superfund and contamination data, so an agent might need to read descriptions carefully to choose between a composite score and raw nearby-site records.

Naming Consistency3/5

Names are descriptive and readable but follow no consistent structural pattern: drinking_water is a noun phrase, due_diligence is an idiom, and environment_near is a noun with a preposition. While all are lowercase snake_case, the lack of a shared verb_noun or other uniform convention prevents higher consistency.

Tool Count5/5

Three tools is within the well-scoped 3-15 range and each tool earns its place by covering a distinct aspect of environmental screening. There are no redundant or throwaway tools.

Completeness4/5

The set covers drinking-water compliance, broad property due-diligence scoring, and nearby federal contamination records, which form a coherent baseline for environmental site assessment. Gaps such as direct air-quality monitoring or detailed facility-level lookups are partially mitigated by the due_diligence and environment_near tools, but they are not fully addressed.

Resources