Skip to main content
Glama

eia_energy_consumption

Read-onlyIdempotent

Monthly US energy consumption by sector from EIA. Sectors: residential, commercial, industrial, transportation, total. Returns total energy consumed in BTU equivalents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoInclusive upper-bound period (ISO date or YYYY-MM).
limitNoMaximum rows to return (default 50, max 5000).
startNoInclusive lower-bound period (ISO date or YYYY-MM depending on series cadence).
stateNoTwo-letter state code or 'US' for national rollup. Default 'US'.
sectorNoSector: 'total', 'residential', 'commercial', 'industrial', 'transportation'. Default 'total'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

The annotations already convey that this is a read-only, idempotent, non-destructive operation. The description adds useful behavioral context—monthly cadence, sector options, and BTU units—but doesn't disclose details like pagination, state-level behavior, or output structure. This is acceptable given the strong annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short, front-loaded with the main purpose, and each sentence carries relevant information. The sector list repeats the schema enum, but in a natural-language summary it helps the agent quickly grasp the tool's scope without opening the schema.

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 read-only data query with fully documented parameters and no output schema, the description is adequately complete. It states the data cadence, sector options, and returned units, so an agent can reasonably select and invoke the tool without further context.

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?

The input schema covers 100% of parameters with descriptions, so the baseline is 3. The description adds minimal semantic value beyond the schema, mostly reinforcing the sector list and the BTU unit of the returned data.

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 identifies the resource: monthly US energy consumption by sector from EIA, and explains the returned quantity in BTU equivalents. It does not explicitly distinguish itself from sibling EIA tools, but the sector focus and energy-consumption framing make the purpose clear.

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

Usage Guidelines3/5

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

The intended usage is implied: use this tool when you need monthly US energy consumption broken down by sector. However, there is no explicit guidance about when to prefer it over related EIA tools such as eia_electricity_state or eia_natural_gas.

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.