Skip to main content
Glama
lzinga

US Government Open Data MCP

by lzinga

epa_rcra

Read-onlyIdempotent

Find RCRA hazardous waste facilities by state, including generators, transporters, and treatment/storage/disposal sites regulated under Subtitle C.

Instructions

Search RCRA hazardous waste facilities by state via ECHO. Returns generators, transporters, and treatment/storage/disposal (TSD) facilities regulated under RCRA Subtitle C. Cross-reference with epa_toxic_releases (TRI) and epa_greenhouse_gas for multi-program facility analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 20)
stateYesTwo-letter state code: 'CA', 'TX', 'NY'

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changedv2026.9.14
    • addedInput schema / properties / limit / default
      Added value: +20
  2. Changed1 schema field changedv2026.4.11
    • removedInput schema / additionalProperties
      Removed value: -false
  3. First observedv2026.3.9

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, covering safety and idempotency. The description adds meaningful context by specifying the facility types returned (generators, transporters, TSD) and that it queries via ECHO, which goes beyond the annotations. No contradictions.

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 three sentences with no filler. It front-loads the core action ('Search RCRA hazardous waste facilities by state'), then adds return details, and finally a cross-referencing tip. Every sentence 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 search tool with one required parameter and no output schema, the description explains what is returned (facility types) and hints at the ECHO source. It lacks explicit details about result structure or pagination, but given the low complexity and strong annotations, it is nearly complete. A 4 is appropriate.

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%, with both 'state' and 'limit' fully described in the input schema. The description does not add any additional parameter details beyond what the schema provides, so it meets the baseline for high coverage without adding extra value.

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 verb ('Search'), resource ('RCRA hazardous waste facilities'), and scope ('by state'), and specifies the facility types returned (generators, transporters, TSD). It distinguishes itself from related EPA tools like epa_facilities and epa_toxic_releases by focusing on RCRA Subtitle C facilities, so an agent can easily tell it apart.

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 implies usage by stating the search scope and explicitly mentions cross-referencing with epa_toxic_releases and epa_greenhouse_gas for multi-program analysis, which suggests when to use this tool versus others. However, it does not explicitly state when not to use it or provide alternative conditions, so it lacks full exclusion guidance.

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

Deploy Server

Other Tools