Skip to main content
Glama

get_energy_prices

Read-only

Retrieve energy pricing across 7 US ISOs: retail rates, natural gas, and real-time grid status for PJM, ERCOT, CAISO, MISO, SPP, NYISO, ISO-NE.

Instructions

Energy pricing for the 7 US ISOs (PJM, ERCOT, CAISO, MISO, SPP, NYISO, ISO-NE): retail rates, natural gas, real-time grid status. Pricing-focused; do NOT use for fuel mix, demand or grid headroom (use get_grid_data or get_grid_intelligence).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isoNo
stateNo
data_typeNo
Behavior4/5

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

Annotations already indicate readOnlyHint=true, so the description does not need to restate that. It adds value by specifying the data focus (pricing, not fuel mix/demand) and listing the ISOs. No contradiction and no missing behavioral information for a read-only tool.

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?

The description is two sentences with no unnecessary words. It front-loads the core purpose and follows with exclusion guidance, making it easy to parse quickly.

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?

While the description provides good high-level context, given there are 3 parameters with no schema descriptions and no output schema, more detail on how to use the parameters (e.g., required combinations, default behavior) would improve completeness. The tool is simple but the description leaves some gaps.

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 0% with no parameter descriptions. The description lists the 7 ISOs and data types (retail rates, natural gas, real-time grid status), which hints at possible values for 'iso' and 'data_type', but does not directly map to parameters or explain the 'state' parameter. This provides some guidance but leaves ambiguity.

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 provides energy pricing for 7 specific US ISOs, listing them and the types of data (retail rates, natural gas, real-time grid status). It also explicitly distinguishes from siblings by naming alternative tools for other use cases, 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 provides explicit when-not-to-use guidance ('do NOT use for fuel mix, demand or grid headroom') and names the correct alternative tools ('use get_grid_data or get_grid_intelligence'), giving clear direction for appropriate usage.

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