Skip to main content
Glama

GroundTruth - Environmental Records

Server Details

Federal environmental records near any US location, with dates and provenance; never a safety score.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4/5.0

Scored across 3 tools

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.

Available Tools

3 tools
drinking_waterAInspect

Public water systems serving a US state + county and/or city, with health-based SDWA violation summaries. Matching is approximate (service boundaries are not public); the user's water bill names their actual utility.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityNoCity served (optional)
stateYesTwo-letter state code, e.g. MD
countyNoCounty name (optional)

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It honestly discloses the approximate nature of matching, the fact that service boundaries are not public, and suggests the user's water bill as a reliable source. This is valuable transparency beyond what the schema provides, though it does not cover potential edge cases or response details.

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 extremely concise: two sentences with no redundant filler. The first sentence states the core purpose, and the second adds a crucial caveat. Every word 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?

For a simple 3-parameter lookup with no output schema, the description conveys the essential result content (public water systems with violation summaries) and the approximation caveat. It does not explain the response structure or specific fields, but the level of detail is adequate for an agent to understand expected outcomes.

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

Parameters3/5

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

The input schema already provides 100% coverage for all three parameters (state, city, county), so the baseline is 3. The description adds minimal extra meaning beyond the schema, only mentioning the combination of state plus county and/or city. It does not elaborate on parameter formats or edge cases.

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 returning public water systems and their health-based SDWA violation summaries for a given state, county, and/or city. The specific resource type and domain are clear, but it lacks an explicit verb like 'list' or 'find.' It distinguishes from the sibling tool 'environment_near' by focusing on drinking water systems.

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 the tool should be used to look up water utilities based on location, and the caveat about approximate matching provides context on how to interpret results. However, it does not explicitly state when to prefer this tool over 'environment_near' or mention any exclusions. The advice to consult the water bill is a useful guidance element.

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

due_diligenceAInspect

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.

ParametersJSON 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.

environment_nearAInspect

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.

ParametersJSON 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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Addeddue_diligence
  2. 2 tool updates
    • First observeddrinking_water
    • First observedenvironment_near

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides AI agents with structured access to U.S. EPA environmental data including nearby regulated facilities, chemical releases, water violations, and hazardous waste sites for any U.S. location. Enables comprehensive environmental impact analysis through the EPA Envirofacts API with geocoding support and distance-based filtering.
    5
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    ollect comprehensive environmental data from 80+ US federal sources (FEMA, EPA, USGS, NOAA, NRCS, USFWS, DOE, DOT, CDC, Census) for any US location. One tool returns flood zones, soils, wetlands, rainfall, water quality, contamination, seismic risk, infrastructure, ecology, energy, and demographics.
    3
    5 npm
    6
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Access EPA environmental data — facility compliance (ECHO), toxic releases (TRI), Superfund sites, drinking water systems, environmental justice screening (EJScreen), and real-time air quality (AirNow) via MCP.
    61 npm
    1
    Apache 2.0
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources