Skip to main content
Glama

Query Natural Gas Prices

query_natural_gas_prices_v1
Read-onlyIdempotent

Query verified EIA natural-gas price records from two public series.

atom="henry_hub_daily_spot" returns one trading-day Henry Hub spot price in EIA's published $/MMBtu unit (series RNGWHHD). atom="state_electric_power_monthly" returns one state-month average price paid by electric-power consumers in EIA's published $/Mcf unit; {"atom":"state_electric_power_monthly","state":"TX"} is the Texas power-sector proxy slice in one call. Filter either atom by date, date_from/date_to, series, state, or price status.

The state series is an aggregate of what the state's power sector paid that month, not a plant-level fact. EIA null values remain explicit price=null records with price_status="source_missing"—never zero or imputed. The two source units are never converted or blended; mixed-unit avg/min/max are null. This tool does not assign proxies to plants or derive heat rates, $/MWh, spark spreads, or any ratio. API revisions are preserved as immutable capture vintages selected by as_of. Every price cites its exact archived response record, series id, period, value cell, and SHA-256 for source-evidence verification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already indicate read-only, idempotent, non-destructive. The description adds significant behavioral detail: null handling with explicit price_status='source_missing', no unit mixing (mixed-unit aggregations are null), immutable capture vintages with as_of, and SHA-256 source evidence. These go far beyond the annotations and inform correct usage.

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 dense but well-organized: an initial summary, then atom-specific details, filtering, and caveats. Every sentence contributes a distinct constraint or behavior. The length is justified by the tool's complexity, and the front-loaded first sentence delivers the core purpose immediately.

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?

Given the tool has two distinct data series with different units, null semantics, revision handling, and evidence requirements, the description covers all critical aspects. An output schema exists to document return structure, so the description need not repeat that. It explains unit-mixing pitfalls, proxy exclusion, and source-verification features fully.

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

Parameters5/5

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

The input schema is a generic 'params' object with additionalProperties and 0% coverage. The description compensates fully by defining the two atom values, listing filterable fields (date, date_from/date_to, series, state, price_status, as_of), and giving a concrete example: {"atom":"state_electric_power_monthly","state":"TX"}. This is essential meaning not available in the schema.

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+resource statement: 'Query verified EIA natural-gas price records from two public series.' It then distinguishes the two atoms (henry_hub_daily_spot and state_electric_power_monthly) and gives concrete examples, making it clear this is a data-returning query tool rather than the sibling describe tool.

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 provides detailed guidance on when to use each atom, how to filter (date, state, series, price status), and explicitly states what the tool does not do (no proxies, no heat rates, no unit conversion). It does not explicitly mention the describe sibling for metadata, but the usage boundaries are well-defined.

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/5.0
Disambiguation4/5

Each capability has a clearly named describe/query pair, and domains like power, AI infrastructure, robotics, and space are distinct. The generic describe_capability_v1/query_capability_v1 could be confused with the named variants, and the many ISO-specific interconnection queues share similar names, but descriptions explicitly disambiguate them.

Naming Consistency5/5

All tools follow a consistent lowercase snake_case verb_noun pattern: describe_<capability>_v1 and query_<capability>_v1, with a few utility tools like list_capabilities_v1 and get_source_evidence_v1. There is no mixing of conventions.

Tool Count2/5

At 62 tools, the set is far too large for typical server scope. The describe/query pairs inflate the count even though each is justified, and the generic capabilities plus per-ISO variants make it feel heavy and hard to navigate.

Completeness4/5

The server covers each domain thoroughly with describe, query, and evidence verification, plus generic fallbacks for capabilities not yet in the client's tool list. Minor gaps exist (e.g., no county/state attribution for some data, no load types in ISO queues) but they are explicitly documented and workable.

Resources