Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

epa_facility_detail

Read-only

Retrieve a comprehensive environmental compliance report using a registry ID, including permits, enforcement actions, and inspection history. Ideal after locating the ID via the facilities search.

Instructions

Get a detailed facility report from ECHO by registry ID. Returns permits, enforcement actions, compliance summaries, NAICS/SIC codes, and inspection history. Use epa_facilities first to find a RegistryID, then pass it here for the full report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
registry_idYesECHO Registry ID from epa_facilities results (e.g. '110071141730')
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description reinforces this with 'Get' and 'Returns'. It adds useful context about the returned content categories, though it doesn't mention rate limits or other constraints. Credit for describing return value in absence of output schema.

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 verb 'Get', and every sentence provides value: what it does, what it returns, how to use it. No redundant information.

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

Completeness5/5

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

For a single-parameter detail tool with no output schema, the description adequately covers the response content and usage sequence. It lists specific sections of the report and the prerequisite step, making the tool self-contained for an agent.

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

Parameters4/5

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

Schema has only one parameter with a detailed description and example, so coverage is 100%. The tool description adds the workflow context that this ID comes from epa_facilities results, reinforcing the parameter's origin and use.

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 tool gets a detailed facility report from ECHO by registry ID, listing specific data categories (permits, enforcement actions, compliance summaries, NAICS/SIC codes, inspection history). This distinguishes it from siblings like epa_facilities which is the search/list counterpart.

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

Usage Guidelines5/5

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

Explicitly states to use epa_facilities first to find a RegistryID, then pass it here for the full report. This provides a clear workflow and context for when this tool is appropriate.

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