Skip to main content
Glama
lzinga

US Government Open Data MCP

epa_facilities

Read-only

Search EPA-regulated facilities for environmental compliance, violations, inspections, and enforcement actions under the Clean Air and Clean Water Acts.

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

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

Annotations already indicate readOnlyHint=true. The description adds that it queries via ECHO and describes media types, but omits behavior like pagination, default limits, or result structure. Adequate for a safe read operation 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?

Two concise sentences: first states purpose, second adds media type details. No redundant information. Efficiently uses space.

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

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema exists, but description does not hint at return fields or structure (e.g., list of facilities with scores). It mentions violations but not output details. For a search tool with multiple parameters, this is incomplete.

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?

All 5 parameters have descriptions in the schema (100% coverage). The description adds no new semantic value beyond restating media_type definitions already in schema. Baseline 3 is appropriate.

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 states the tool searches EPA-regulated facilities for environmental compliance and violations via ECHO, specifying permit violations, inspections, and enforcement. It names media types (air/water) with program references. While distinct from siblings like epa_facility_detail, it does not explicitly differentiate them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus siblings (e.g., epa_facility_detail or epa_enforcement). No prerequisites or exclusions mentioned. The context implies it's for initial facility search, but not 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/lzinga/us-gov-open-data-mcp'

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