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.
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.
Tool Definition Quality
Average 3.8/5 across 3 of 3 tools scored.
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.
All tool names follow a consistent 'get_<data_type>' pattern (get_fundamental_score, get_production_nowcast, get_storage_nowcast), making them predictable.
3 tools is appropriate for this domain, covering the key components (fundamental score, production, storage) without overcomplicating the surface.
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 toolsget_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.
| Name | Required | Description | Default |
|---|---|---|---|
| include_history | No |
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
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.
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.
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.
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.
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.
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
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.
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.
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.
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.
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.
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.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!