Skip to main content
Glama

get_gas_intelligence

Read-onlyIdempotent

Compare gas-fired power economics to grid costs for data centers in any US state. Get pipeline presence, live Henry Hub price, and gas-to-grid $/MWh across heat-rate scenarios.

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, dcgi_score (0-100), dcgi_verdict (GAS-ADVANTAGED/ADEQUATE/GAS-CONSTRAINED), 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), gas_to_grid_usd_per_mwh (5 heat-rate scenarios), live_grid_gas_share_pct, headline_behind_meter_vs_grid_delta_usd_mwh (the punchline: gas vs grid $/MWh), pipeline_presence (operators + parent midstreams), data_basis (per-field provenance/confidence), omitted_no_fabrication}. 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"
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds valuable behavioral context: it returns data with per-field provenance, never fabricates values, surfaces nulls honestly, and notes deliberate omissions. This goes beyond the annotations without contradicting them.

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 the primary use case and then organizes details about parameters and returns. It is somewhat lengthy but every sentence serves a purpose (examples, caveats, alternatives). Minor redundancy (e.g., listing fields that could be inferred) prevents a 5, but it remains well-structured and informative.

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?

The tool has no output schema and returns a complex object with many fields, data-basis tags, and special behaviors (null handling, omissions). The description fully documents the return structure, explains every field's meaning, and addresses edge cases like sparse tariff tables. It is complete enough for an agent to understand the tool's output and use it correctly.

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 description coverage is 100% (both 'state' and 'region' have descriptions). The description repeats the parameter expectations with examples ('TX', 'Texas', 'Virginia') but does not add deeper semantics beyond what the schema already provides. A baseline of 3 is appropriate when schema fully covers parameters.

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 starts with a specific use case: 'Use when a human asks about gas-fired or behind-the-meter power economics for a data center in a US state'. It clearly distinguishes itself from sibling tools by stating it is the 'GAS analogue of get_grid_intelligence' and explicitly says not to use it for electricity grid headroom or the DCGI score alone, referencing sibling names. This makes the purpose very clear and differentiated.

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 provides explicit when-to-use (human asks about gas-fired/BTM economics) and when-not-to-use (electricity grid headroom, DCGI score alone) guidance, directly naming alternative tools (get_grid_intelligence, get_gas_index). It also lists what is deliberately omitted (gas storage, LNG, firm pipeline capacity), giving the agent clear boundaries on appropriate contexts.

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