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.
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.
Tool Definition Quality
Average 4/5 across 2 of 2 tools scored.
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.
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.
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.
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 toolsdrinking_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.
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City served (optional) | |
| state | Yes | Two-letter state code, e.g. MD | |
| county | No | County name (optional) |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude (US) | |
| lon | No | Longitude (US, negative) | |
| address | No | US street address incl. city/state (alternative to lat/lon) | |
| radius_km | No | Search radius in km (default 10, max 50) |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseAqualityDmaintenanceollect 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 updated3346MIT
- AlicenseAqualityDmaintenanceProvides 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 updated5MIT
- Flicense-qualityDmaintenanceProperty 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
- Alicense-qualityAmaintenanceAccess 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 updated1501Apache 2.0