Skip to main content
Glama

get_grid_data

Read-only

Retrieve real-time electricity grid data from 10 ISOs: fuel mix, demand, prices. Covers US ISOs (PJM, ERCOT, CAISO, MISO, SPP, NYISO, ISO-NE), Hydro-Quebec, AESO, and Nord Pool zones.

Instructions

Real-time electricity grid data across 10 ISOs: 7 US (PJM, ERCOT, CAISO, MISO, SPP, NYISO, ISO-NE) + Hydro-Quebec (Canada) + AESO (Alberta) + Nord Pool (15 European zones). Fuel mix, demand, prices. Raw real-time telemetry for one ISO; do NOT use for power-availability, time-to-power or interconnection-queue analysis (use get_grid_intelligence), nor for retail/gas pricing detail (use get_energy_prices).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
isoNo
metricNo
periodNo
Behavior4/5

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

Description adds context beyond annotations by specifying 'raw real-time telemetry' and the exact ISOs covered. Annotations already provide readOnlyHint, so the bar is lower. However, it does not disclose latency, caching behavior, or data availability, which could be improved.

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?

Two sentences: first covers data and scope, second adds usage boundaries. No verbose or redundant phrasing. Front-loaded with purpose.

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?

Covers purpose and exclusions well, but lacks details on parameter usage and output format. Without an output schema, the description could mention return type or examples. For an AI agent to invoke correctly, additional parameter guidance is needed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, and the description does not explain the possible values for 'metric' or 'period'. It implies metric options from listed data types but lacks explicit mapping. The 'iso' parameter is partially explained via the list of ISOs, but no format or examples provided.

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 'Real-time electricity grid data' and lists specific ISOs and data types (fuel mix, demand, prices). It distinguishes from siblings by explicitly stating what not to use it for and directing to alternative tools.

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?

Explicitly provides when-to-use (real-time telemetry for one ISO) and when-not-to-use (power-availability, interconnection-queue, or retail/gas pricing) with references to specific alternative tools: get_grid_intelligence and get_energy_prices.

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