Skip to main content
Glama
azmartone67

DC Hub — Data Center & Energy Intelligence

Get Gas Intelligence

get_gas_intelligence
Read-onlyIdempotent

Determine if gas power is cheaper than grid for a data center in any US state, with live Henry Hub prices, pipeline presence, and grid gas share in a single per-state brief.

Instructions

Use when a human asks about gas-fired or behind-the-meter power economics for a data center in a US state — "is gas power cheaper than the grid in Texas?", "what is the gas access + pipeline situation in Virginia?". The GAS analogue of get_grid_intelligence: fuses the DC Hub Gas Index (DCGI), live Henry Hub, gas-to-grid $/MWh across heat-rate scenarios, pipeline-operator presence, and the live grid gas share into one per-STATE brief. Params: region (US state code or name, e.g. "TX" | "Texas" | "Virginia"). Returns: {region, region_name, gas_access (pipeline counts + operators — PRESENCE not firm capacity), henry_hub_usd_mmbtu (live), basis_usd_mmbtu (synthetic-labeled), delivered_price_usd_mmbtu (null where the tariff table is sparse — surfaced honestly, never fabricated), live_grid_gas_share_pct, pipeline_presence (operators + parent midstreams), data_basis (per-field provenance/confidence), omitted_no_fabrication, dcgi_status, gas_to_grid_status}. ★ WITHDRAWN 2026-08-08: dcgi_score, dcgi_verdict, gas_to_grid_usd_per_mwh and the behind-the-meter-vs-grid delta are NO LONGER RETURNED — two of the DCGI's three terms were measurably wrong (a dead interstate-share term and a hardcoded cost constant for nine states including Texas), and five surfaces disagreed by up to 5.5x on the same market's $/MWh. dcgi_status and gas_to_grid_status carry the reasons. DO NOT quote a cached DCGI score or $/MWh. Everything else in this brief — live Henry Hub, live ISO gas share, pipeline and parent-midstream presence — is unaffected and is what this tool is now for. Every field carries a data_basis label; gas storage / LNG / firm pipeline capacity are deliberately OMITTED (no feed). Do NOT use for electricity grid headroom (use get_grid_intelligence) or the DCGI score alone (use get_gas_index).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stateNoAlias for region — the US state code or name
regionNoUS state code or name (required), e.g. "TX", "Texas", "Virginia"

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
quotaNoCaller quota state (remaining calls, tier) when available.
_entityNoPayload class discriminator (e.g. facility|market|iso_grid|queue_results|deal|report|response) — branch on this before parsing the rest.
citationNoMachine-readable citation: how to attribute DC Hub (dchub.cloud) for this payload. Normally an OBJECT {source, url, license, cite_as, retrieved_at}; a bare string is accepted and carries the attribution line itself.
provenanceNoCollection-level provenance block: {source, method, as_of, verification_counts, cite_url_template, license, cite_as}. Quote the verification level when citing.
_front_doorNoIn-band front-door hint (first workflow-entry tool of a session): call plan_query(intent) first for the ordered multi-step plan.
_return_loopNoSuggested next-session delta call (get_changes since=24h) so you pull only what changed.
site_evaluation_handoffNoPre-built follow-up calls (analyze_site / get_water_risk args) when the payload carries coordinates — an array of {tool, parameters, why} entries.
Behavior5/5

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

The description goes far beyond the annotations by revealing the withdrawal of dcgi_score and gas_to_grid_usd_per_mwh, explaining why (dead interstate-share term, hardcoded constant, 5.5x disagreement) and warning against quoting cached values. It also discloses data handling (null where sparse, never fabricated), per-field provenance (data_basis), and deliberate omissions. This adds critical behavioral context beyond readOnlyHint/idempotentHint.

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?

Though lengthy, the description is tightly packed with essential information, front-loading the use case and then logically covering fusion inputs, return fields, withdrawal notice, and alternatives. Every sentence contributes to effective tool selection and invocation, with clear separation of warnings and guidance. The structure aids scanning, balancing completeness with readability.

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's complexity (multiple data sources, withdrawal of fields, honest null handling, provenance labels), the description is exhaustive. It explains the return object's key fields, status fields, data_basis, and explicitly states omitted data, ensuring an agent can confidently invoke and interpret results. The presence of an output schema further reduces ambiguity, and the description complements it without redundancy.

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?

Schema coverage is 100% with both parameters described. The description adds example formats ('TX' | 'Texas' | 'Virginia') and mentions 'region' as the main param, but this largely mirrors the schema. No additional parameter-specific semantics (e.g., required, optional) are introduced beyond the schema's existing text. Per baseline, high schema coverage yields a 3.

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 explicitly states the tool 'fuses' multiple gas-related data sources into a per-state brief, clearly distinguishing it from siblings like get_grid_intelligence and get_gas_index. It specifies the domain (gas-fired/behind-the-meter power economics for data centers) and the resource (US state), making the purpose unambiguous.

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

Usage Guidelines5/5

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

The description opens with 'Use when a human asks about gas-fired or behind-the-meter power economics', provides concrete example questions, and explicitly names alternatives: 'Do NOT use for electricity grid headroom (use get_grid_intelligence) or the DCGI score alone (use get_gas_index).' It also states what is omitted (gas storage, LNG, firm pipeline capacity), giving clear when-to-use and when-not-to-use guidance.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/azmartone67/dchub-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server