Skip to main content
Glama

NatGasLens — US Natural Gas Data

Server Details

US gas fundamentals as LLM-ready data: LNG feedgas, plant outages, EIA storage, production

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.8/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a different aspect of natural gas data: a composite score, production nowcast, and storage nowcast. Their purposes are clearly distinct with no overlap.

Naming Consistency5/5

All tool names follow a consistent 'get_<data_type>' pattern (get_fundamental_score, get_production_nowcast, get_storage_nowcast), making them predictable.

Tool Count5/5

3 tools is appropriate for this domain, covering the key components (fundamental score, production, storage) without overcomplicating the surface.

Completeness4/5

The tools cover essential areas, but there is a minor gap: no standalone demand or price tool, though demand signals are embedded in the fundamental score.

Available Tools

3 tools
get_fundamental_scoreAInspect

Composite fundamental pressure score for US natural gas (-100..+100) built from 5 z-normalized signals (storage vs 5-yr norm, 4-week surplus change, power burn, 7-day cooling and heating demand), with per-signal breakdown, its percentile against its own history and the latest NOAA degree-day forecast revision. ALWAYS returns out-of-sample honesty stats (walk-forward AUC vs baseline) and a disclaimer — this is monitoring context, NOT trading advice, and shows no demonstrated predictive edge. Set include_history=true for the daily score series with Henry Hub prices (~1000 points, off by default). Demo scope returns a 14-day-delayed score without the signal breakdown.

ParametersJSON Schema
NameRequiredDescriptionDefault
include_historyNo
Behavior4/5

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

No annotations provided, so the description carries full burden. It discloses return of honesty stats, disclaimer, and behavior of include_history parameter. It also mentions demo scope limitations, providing good transparency.

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 dense and informative but slightly verbose in the first sentence. It is well-structured with key information front-loaded, earning a high score for content density despite minor length.

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 no output schema, the description adequately describes return values (score breakdown, stats, disclaimer). With one parameter explained, it covers the tool's main facets, though some output format details are implicit.

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?

With 0% schema description coverage, the description fully explains the lone parameter 'include_history', detailing its effect (returns daily score series with prices) and default behavior. This adds significant value beyond 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 clearly states the tool computes a composite fundamental pressure score for US natural gas, listing its components and range. It distinguishes from siblings ('get_production_nowcast', 'get_storage_nowcast') by focusing on pressure score rather than nowcasts.

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 description includes a disclaimer that it's monitoring context, not trading advice, and shows no predictive edge. However, it lacks explicit guidance on when to use this tool versus alternatives, leaving the agent to infer from context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_production_nowcastAInspect

Daily/monthly US dry gas production nowcast (Bcf/d), estimated from the year-ago level scaled by a YoY growth trend and anchored to news, with a per-month series (est vs EIA actual once published). Demo scope hides the freshest month's estimate.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Discloses that the nowcast is estimated using YoY trend anchored to news, and that demo scope hides the newest month's estimate. No annotations present, so description carries full burden. This provides transparency about data freshness and methodology.

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: first states core purpose, second adds methodology, third notes a limitation. No filler, front-loaded with key info.

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?

Provides methodology and limitation, but lacks explicit output structure details (e.g., date range, format of series). With no output schema, more explicit formatting information would be beneficial for the agent.

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?

No parameters exist; schema coverage is 100% implicitly. Description does not add parameter-specific information, which is appropriate. Baseline score of 3 applies.

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?

Clearly states it provides a nowcast of US dry gas production in Bcf/d on daily/monthly basis, with estimation methodology explained. The resource is distinct from sibling tools like 'get_storage_nowcast'.

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

Usage Guidelines2/5

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

No explicit when-to-use or when-not-to-use instructions relative to sibling tools. The description states that demo scope hides the newest month's estimate, but does not guide the agent on scenario selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_storage_nowcastAInspect

EIA weekly natural gas storage (Bcf): the released headline plus, on pro scope, pending — our estimate of the report that has NOT been published yet, with its demand and feedgas components — and last_verified (estimate vs actual with realized error), alongside out-of-sample accuracy and backtest stats. Demo scope returns only the already-published actual.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior3/5

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

No annotations provided, so description carries full burden. It discloses return of pending estimates, verified data, and backtest stats, and that demo scope only includes published actual. However, it lacks information on whether the operation is read-only, authentication needs, or rate limits.

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 a single sentence covering multiple aspects, front-loaded with the core purpose. It is concise but could be better structured for easier parsing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

No output schema, so description must convey return data. It mentions headline, pending, last_verified, and accuracy stats, which is adequate but lacks details on data format, time units, and exact field names.

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?

Input schema has no properties, so baseline 4 applies. No parameters to document, and the description does not need to add parameter information.

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?

Description clearly states the tool returns EIA weekly natural gas storage data, including headline, pending estimate, verified data, and accuracy stats. It distinguishes between 'pro scope' and 'demo scope' and is distinct from sibling tools like get_fundamental_score and get_production_nowcast.

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?

Implies usage context (natural gas storage estimates) and differentiates pro vs demo scope, but does not explicitly state when to use this tool over siblings or provide exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources