Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

epa_facilities

Read-only

Find EPA-regulated facilities with air or water permit violations, inspections, and enforcement actions via ECHO.

Instructions

Search EPA-regulated facilities for environmental compliance and violations via ECHO. Find facilities with air or water permit violations, inspections, and enforcement actions. Media types: 'air' (Clean Air Act (CAA) facilities via ICIS-Air), 'water' (Clean Water Act (CWA) facilities via ICIS-NPDES).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 20)
stateYesTwo-letter state code: 'CA', 'TX', 'NY'
major_onlyNoOnly show major facilities (true/false, default true)
media_typeNoMedia type: 'air' (Clean Air Act (CAA) facilities via ICIS-Air), 'water' (Clean Water Act (CWA) facilities via ICIS-NPDES). Default: air
active_onlyNoOnly show active facilities (true/false, default true)
Behavior3/5

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

The readOnlyHint annotation already covers safety. The description adds useful context about the ECHO source and that results include permit violations, inspections, and enforcement actions. However, it does not disclose pagination, default filters (major_only/active_only are in schema), or response format, so transparency is adequate but not rich.

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?

Three sentences, front-loaded with the primary action. Each sentence adds value: the first states the core search purpose, the second defines what results contain, and the third explains media type options. No filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/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, and the description does not detail the response structure or fields beyond mentioning facilities with violations/inspections/enforcement. It also lacks guidance on how this relates to the sibling 'epa_facility_detail'. For a moderately complex search tool with one required parameter and filters, the description is functional but not fully complete.

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?

Schema description coverage is 100%, so parameters are already well-documented. The description's media type explanation duplicates the schema's media_type description and adds little new meaning. No additional semantics for state, limit, major_only, or active_only are provided beyond what the schema states.

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 states a specific verb ('Search'), a clear resource ('EPA-regulated facilities'), and the purpose (environmental compliance and violations via ECHO). It also distinguishes itself from the sibling 'epa_facility_detail' by focusing on search/filtering, and clarifies scope with air/water media types.

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 provides clear context that this is for searching facilities by state and media, but it does not explicitly state when to use this versus sibling tools like 'epa_facility_detail' or 'epa_enforcement'. No exclusions or alternative recommendations are given, so usage guidance is implied rather than explicit.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cyntrica/gov-data-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server