Skip to main content
Glama

NatGasLens — US Natural Gas & Henry Hub Data

get_us_natural_gas_news_context

Read-onlyIdempotent

Recent events moving US natural gas: LNG plant outages and restarts, Gulf storms, and market-wide stories, each with its source link. Pro scope adds our reading of every story — bullish / bearish / neutral, a 1-5 strength score explicitly gated on whether the story reaches Henry Hub (US liquefaction runs near its ceiling, so foreign demand shocks often move JKM and TTF but not the domestic balance) and whether it is already priced in, plus machine-readable facts (plant, status, Bcf/d, dates) and a plain-English summary. Demo scope returns the same reading for stories older than a week and headlines for the fresh ones.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoLook-back window in days for events to consider.
limitNoMaximum number of events to return, newest first.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
asofNo
dataNo
noteNo
toolNo
scopeNo
staleNo
disclaimerNo

TDQS

A4.3/5.0
Behavior5/5

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

The description goes well beyond the annotations (readOnlyHint, openWorldHint, idempotentHint) by detailing the Pro and Demo scopes, the gating logic for bullish/bearish/neutral ratings, strength scores tied to Henry Hub relevance and pricing, and machine-readable facts. This provides rich behavioral context that annotations alone cannot convey.

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 appropriately detailed for a tool that returns complex news context with analysis, but it is somewhat lengthy. The key information (purpose and scope behaviors) is front-loaded, and every sentence adds value. It could be slightly more concise without losing clarity.

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?

Given the existence of an output schema, the description does not need to elaborate on return values. It explains the Pro and Demo scopes well but fails to clarify how a user or agent can control which scope is returned (e.g., is it based on authentication, a separate parameter, or default?). This is a minor gap, but overall the description provides sufficient context for an agent to understand the tool's behavior.

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 both parameters (days and limit) with descriptions, resulting in 100% schema description coverage. The tool description does not add significant meaning to these parameters beyond what the schema already provides. It discusses output behavior involving scopes, but no scope parameter is defined, which may cause some confusion. Baseline score is appropriate.

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 what the tool does: it returns recent events moving US natural gas such as LNG plant outages, Gulf storms, and market-wide stories, each with its source link. The verb 'get news context' is implied, and the function is easily distinguished from sibling tools that focus on chart, storage, production, etc., which are more data-specific.

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 implies usage for obtaining news context but does not explicitly state when to use this tool over alternatives or provide exclusionary guidance. However, given the sibling tools' names, it is clear this is the go-to for news, and the description gives enough context to infer appropriate use cases.

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.3/5.0
Disambiguation5/5

Each tool addresses a distinct aspect of natural gas data: fundamental score, production nowcast, and storage nowcast. There is no functional overlap, and agents can easily differentiate them.

Naming Consistency5/5

All tools follow a consistent 'get_us_natural_gas_<specific_measure>' pattern, using snake_case and clear descriptive names. The naming is uniform and predictable.

Tool Count4/5

Three tools cover key indicators for natural gas monitoring. While the set is concise, it avoids bloat and each tool adds significant value. A slight increase might be justified, but the current count is appropriate for the focused scope.

Completeness4/5

The tools provide core supply and demand indicators (production, storage, and a composite score incorporating demand). Minor gaps like a separate demand tool exist, but the composite score partially addresses them, making the surface fairly complete for monitoring purposes.

Resources