Skip to main content
Glama

NatGasLens — US Natural Gas & Henry Hub Data

get_us_natural_gas_pressure_summary

Read-onlyIdempotent

Our reading of every US natural gas fundamental in one call: for each factor — LNG feedgas, LNG plant outages, weather-model shifts, the EIA weekly injection pace, the composite fundamental score and its 30-day trend, power burn against normal and NOAA cooling demand — the direction of pressure on Henry Hub (bullish / bearish / neutral), its strength (moderate / strong), the number driving it with the thresholds used, and a plain-English sentence. Ends with an overall roll-up: the score, the signals pushing it down and up with their contributions, and any strong factor sitting outside the score. Direction is the sign of a deviation from normal, not a probability that price moves. Demo scope returns the same shape on delayed data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
asofNo
dataNo
noteNo
toolNo
scopeNo
staleNo
disclaimerNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already indicate a safe read-only, idempotent operation, and the description adds substantial behavioral context: the output includes per-factor direction, strength, count and thresholds, a plain-English sentence, an overall roll-up, and the demo-scope behavior. It also guards against misinterpretation by stating that direction reflects deviation from normal, not price probability.

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 front-loaded with a clear one-line summary and then adds needed detail about outputs, interpretation, and demo behavior. It is fairly long but each clause contributes useful semantics; a small amount of trimming could tighten the factor list without losing meaning.

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 complex aggregated report tool, the description is thorough: it covers the covered factors, the output structure, the direction interpretation caveat, and demo-scope behavior. With zero parameters, a rich output schema, and clear annotations, nothing essential is missing for an agent to select and invoke the tool correctly.

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?

The tool has zero parameters, so the schema has no parameter gaps to compensate for. The description does not discuss parameters because none exist, and it clarifies what the no-argument call returns, which is enough for this dimension.

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 pairing: 'our reading of every US natural gas fundamental in one call.' It then enumerates the covered factors, making clear that this is a comprehensive aggregation tool rather than a single-factor sibling like get_us_lng_feedgas or get_us_natural_gas_weather_models.

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 clearly conveys that this is a one-call overview of all fundamentals, which implies it is the aggregate choice among the single-factor sibling tools. However, it does not explicitly state when not to use it or name alternatives, so it stops short of full routing guidance.

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.

Resources