Skip to main content
Glama

EPA ECHO Facility Compliance Evidence

civicdataforge--epa-echo-facility-compliance

Use for a bounded EPA ECHO facility query that preserves published identity, compliance, inspection, and enforcement evidence while keeping environmental safety UNKNOWN. Starts the bound Apify Actor with the caller's APIFY_TOKEN, may consume Apify usage, waits up to 60 seconds, and returns at most 1,000 source-linked rows without modifying government records.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zipNo
cityNo
stateNo
facilityIdNoExact 12-digit Facility Registry Service ID, for example 110000367567.
facilityNameNoPublished facility name. Add location fields to reduce ambiguity.
maxCandidatesNo
nameMatchModeNoExact is the responsible default. Contains is discovery-only and may require review.exact
streetAddressNoFull or partial published street address. Address-only searches also require city, state, or ZIP.
includeProgramDetailsNo

TDQS

A4.3/5.0
Behavior5/5

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

The description goes well beyond the annotations by disclosing concrete side effects: it starts an Apify Actor with the caller's APIFY_TOKEN, may consume usage, blocks for up to 60 seconds, and does not modify government records. This is highly valuable because the annotations only mark it as non-read-only and non-idempotent without explaining why.

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 dense sentences deliver purpose, scope, side effects, latency, result limits, and a clear exclusion without filler. The purpose is front-loaded and operational caveats follow logically.

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 tool with no output schema, the description usefully describes what evidence comes back (identity, compliance, inspection, enforcement), why environmental safety stays UNKNOWN, and the operational envelope. It could be more complete by translating the nine optional parameters into a clear selection strategy, though the input schema's root-level guidance fills part of that gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With schema description coverage at only 44%, the tool description needed to compensate by explaining how the nine optional parameters relate to selecting a facility or bounding the query. It does not do so; it only repeats high-level notions of a bounded query and result limits. The schema has some root-level guidance, but the description itself adds little parameter-level meaning.

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 names a specific resource (EPA ECHO facility data) and a concrete action (bounded query), and enumerates what evidence it preserves: identity, compliance, inspection, and enforcement. It also explicitly excludes environmental safety conclusions, which makes its scope sharply distinguishable from sibling evidence tools.

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 explicitly says 'Use for a bounded EPA ECHO facility query' and gives practical constraints: Apify usage may be consumed, waits up to 60 seconds, and returns at most 1,000 rows. However, it does not name sibling tools or state explicit when-not-to-use conditions, so it stops short of full alternative routing.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.1/5.0
Disambiguation4/5

The domain-specific tools are clearly separated by record type, with explicit cross-references that reduce confusion between similar categories like Texas vs. multistate childcare or STR permits vs. Florida DBPR lodging. The main ambiguity is the broad evidence-gateway tool, which overlaps with several specialized query tools and could be selected instead of the more precise one.

Naming Consistency4/5

The domain tools follow a consistent civicdataforge-- prefix pattern, and the Apify utilities follow a get-/abort- verb pattern, making the overall set readable. Minor deviations include the awkward civicdataforge--civicdataforge-evidence-gateway duplication and the mix between noun-style domain tools and verb-style utility tools.

Tool Count5/5

With 14 tools, the set is well-scoped: ten specialized public-record query tools plus four Apify lifecycle/data-access utilities. Each tool has a distinct role, and the count is appropriate for the breadth of supported public records without feeling bloated.

Completeness4/5

The tool surface covers a broad range of public-record evidence categories and provides the necessary run, dataset, and key-value-store operations for working with results. Minor gaps include a lack of discovery tools for listing supported jurisdictions/sources and no general-purpose search across all record types, but the core evidence workflows are well covered.