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.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.1/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation4/5

The three tools serve distinct purposes: water utility identification, multi-layer due-diligence scoring, and environmental records lookup. There is potential for minor confusion between 'drinking_water' and 'environment_near' (both touch on environmental/water issues), but their scopes are clearly differentiated by the detailed descriptions.

Naming Consistency5/5

All tool names follow a consistent snake_case convention: 'drinking_water', 'due_diligence', 'environment_near'. The names are descriptive and combine a domain noun with an optional modifier, maintaining a uniform pattern.

Tool Count5/5

Three tools is a well-scoped set for the server's purpose: environment/property due-diligence lookups for US locations. Each tool covers a necessary aspect (water utility, comprehensive scoring, regulatory records) without unnecessary bloat or missing core functionality.

Completeness5/5

The tool coverage is comprehensive for the stated domain: it covers water quality, a wide range of due-diligence layers, and federal environmental records. The descriptions note limitations (e.g., coverage gaps in due_diligence: 'no_coverage flags placeholder values') and provide workarounds, indicating thoughtful design rather than incompleteness.

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)
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 20 states; 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)
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 does this well by explaining the score scale (0-1, higher = favorable), null behavior for unscorable layers, the no_coverage flag for machine-readable placeholder detection, the instruction to relay caveats verbatim, and specific coverage regions per layer. It also notes the geocoding mechanism. A few aspects like error handling or rate limits are not covered, but the description is thorough for its purpose.

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 one dense paragraph, but it is well-structured: it leads with the core function and layer list, then scoring rules, coverage details, and finally input options. Every sentence adds value, and the information is front-loaded with the most critical details (What it does and the score scale). It could be slightly more scannable with bullet points, but it remains concise given the amount of essential information.

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 tool has no output schema, so the description must convey what to expect in the response. It does this by explaining the score range, null handling, and the no_coverage flag, which gives a clear picture of the result structure. It also details coverage limitations and input alternatives, making the tool callable without further ambiguity. Missing details like a literal output example or error behaviors are minor gaps given the clarity provided.

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?

The schema descriptions for lat, lon, and address are simple coordinate/address definitions with 100% schema description coverage, giving a baseline of 3. The tool description adds critical semantics by stating that EITHER an address OR lat/lon coordinates must be passed, and that the address is geocoded via the US Census geocoder. This clarifies the mutual exclusivity and the geocoding behavior, which is 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: it computes due-diligence layer scores for a US location across a specific list of environmental and social factors. The verb 'address' combined with the explicit resource ('due-diligence layer scores') and the enumerated layers makes the purpose unambiguous. It also distinguishes itself from siblings by listing its distinct scope (e.g., schools, crime, climate) whereas siblings likely focus on narrower domains like water or nearby features.

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 specifies the input alternatives (address vs. lat/lon), the geocoding method, and detailed coverage limitations for each layer. However, it does not explicitly mention alternatives or when not to use this tool versus the sibling tools (e.g., drinking_water, environment_near). The implications are clear from the scope, but explicit exclusions or comparison are absent.

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

Discussions

No comments yet. Be the first to start the discussion!

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
    46
    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.
    140
    1
    Apache 2.0

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources