Skip to main content
Glama

groundtruth

Server Details

Federal environmental records + address due-diligence layers near any US location. Tools

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/5 across 2 of 2 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct resource: drinking water systems with SDWA violations versus federal environmental facilities near a location. There is no overlap in the data sources or queries, so an agent can easily select the correct tool.

Naming Consistency4/5

Both names use lowercase snake_case and a descriptive noun-plus-modifier pattern. Although not verb_noun, they are similarly structured and readable, with no conflicting conventions.

Tool Count3/5

With only two tools, the server feels minimal but not unreasonable for a narrow environmental data scope. Each tool is substantial, yet the count is at the low end of the acceptable range.

Completeness3/5

The two tools cover drinking water compliance and federal environmental facility records, but leave out many related environmental data types like air quality, permits, or detailed site reports. Users may need additional tools for a fuller picture, but the provided coverage is functional for specific queries.

Available Tools

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

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
    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.
    Last updated
    3
    34
    6
    MIT
  • 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.
    Last updated
    5
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Property intelligence API for US real estate. Returns 16+ data points for any US address: noise levels, wetlands, slope, natural light, powerline proximity, crime rates, property facing direction, zoning, public record, radon risk, natural hazards (earthquake, flood, wildfire), neighborhood demographics, falling tree risk, RF/cell tower exposure, and nearby school.
    Last updated
  • A
    license
    -
    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.
    Last updated
    150
    1
    Apache 2.0

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources