Skip to main content
Glama

GroundTruth - Environmental Records

environment_near

Federal environmental records within a radius of a US location: Superfund/NPL sites, TRI toxic-release facilities, and facilities currently flagged for significant noncompliance. 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)
radius_kmNoSearch radius in km (default 10, max 50)

TDQS

A4.2/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses the geocoding behavior via US Census and the types of records, but it does not mention what happens if both address and coordinates are provided, output format, pagination, or potential errors. This is partial disclosure.

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 two concise sentences: the first states purpose and scope, the second gives input instructions. No fluff or redundant content; every phrase earns its place.

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?

Despite having no output schema or annotations, the description covers the main aspects: what records are returned, how to specify location, and the radius parameter (implicitly). It lacks details on default/max radius and return structure, but the schema covers those, making it adequate for a simple query tool.

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 coverage is 100%, so the baseline is 3. The description adds meaning by explaining the address geocoding mechanism and explicitly stating that address and lat/lon are alternatives, which clarifies the conditional requirement not present in the schema.

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's function: retrieving federal environmental records (Superfund/NPL, TRI, noncomplying facilities) within a radius of a US location. It names specific data sources and distinguishes itself from the sibling drinking_water tool by domain.

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 explicitly says when to use the tool (for environmental records near a location) and provides usage instructions for the two input modes (address or lat/lon). It does not explicitly mention the sibling or state exclusions, but the context is clear.

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