Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

epa_greenhouse_gas

Read-only

Retrieve state-level greenhouse gas emissions from EPA's GHGRP, including facility names, sectors, and CO2-equivalent emissions for large emitters.

Instructions

Get Greenhouse Gas (GHG) emissions data by state. Returns large emitters reporting under EPA's Greenhouse Gas Reporting Program (GHGRP). Includes CO2-equivalent emissions, facility name, sector, and location. Cross-reference with EIA energy data and BLS CPI energy component.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rowsNoMax results (default 100)
stateYesTwo-letter state code: 'CA', 'TX', 'NY'
Behavior4/5

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

Annotations already convey readOnlyHint=true, so the description does not need to restate safety. It adds behavioral context by noting the tool returns 'large emitters' only and lists the data fields included, giving agents a better sense of output content beyond the annotations.

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 concise sentences: the first states the primary action, the second clarifies data source and return fields, and the third offers a cross-referencing suggestion. Each sentence earns its place, and the most important information is front-loaded.

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 2-parameter tool with no output schema, the description covers purpose, data source, and typical return fields, making it functionally usable. The only minor omission is an explicit statement about response format or pagination behavior, but the `rows` parameter hints at limits, so the description is adequate.

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%: both `state` and `rows` have descriptive texts. The description does not add any parameter-level details beyond what the schema provides, so it meets the baseline without enhancing parameter understanding.

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 opens with a specific verb and resource: 'Get Greenhouse Gas (GHG) emissions data by state.' It further clarifies the data source (GHGRP), key fields returned, and differentiates from sibling EPA tools like epa_facilities and epa_toxic_releases by focusing on GHG emissions.

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 gives clear context for when to use this tool (state-level GHG emissions data from GHGRP) and even suggests cross-referencing with EIA and BLS data. However, it does not explicitly name alternatives or provide exclusionary guidance ('use epa_facilities for facility details instead'), falling short of a full when/when-not statement.

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