Skip to main content
Glama

Get Energy Merit Order

get_energy_merit_order
Read-onlyIdempotent

Retrieve historical AESO energy merit order offer blocks for a specified report date, with pagination. Prices in CAD/MWh and volumes in MW.

Instructions

Returns one historical AESO Energy Merit Order report date as paginated offer blocks. Reports are released with a 60-day delay. Prices are CAD/MWh and volumes are MW; timestamps use America/Edmonton.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYesRequest one AESO report date with bounded output pagination.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYesPagination state for a stable in-memory report result.
blocksYes
metadataYesProvenance and semantic metadata attached to dataset responses.
warningsNo
Behavior4/5

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

Annotations already cover safety (readOnly, openWorld, idempotent, non-destructive), so the bar is lower. The description adds valuable behavioral context: the 60-day release delay, units (CAD/MWh, MW), timezone (America/Edmonton), and the paginated structure. These details help the agent interpret results correctly and set expectations, going beyond what annotations alone provide.

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, zero fluff. The core purpose is front-loaded, followed by three critical factual details (delay, units, timezone) each earning its place. No redundancy with the schema or annotations. This is an exemplar of concise, information-dense writing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-only, single-date retrieval tool with an output schema, this description covers the essentials: what it returns, the delay, units, timezone, and pagination. One could argue it should clarify what 'offer blocks' are, but given the domain context and the output schema, this is sufficient. It is complete enough for an agent to call the tool 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% — the request object is described as 'Request one AESO report date with bounded output pagination,' and the nested properties (limit, offset, report_date) have constraints and defaults. The description does not add further parameter-level meaning beyond what the schema already conveys; it mentions pagination but doesn't elaborate on limit/offset semantics. Baseline 3 is appropriate.

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 opens with a specific verb ('Returns'), a specific resource ('AESO Energy Merit Order report date'), and a precise output form ('paginated offer blocks'). This clearly distinguishes it from sibling tools like get_pool_prices or get_system_marginal_prices, which serve different data needs. The single-date scope is also explicit, so an agent immediately knows what this tool is for.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus any of its 26 siblings. It does state the 60-day release delay, which implies it's for historical data, but nothing explicitly says 'use this when you need X' or names an alternative. The agent is left to infer usage from the purpose alone.

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/bchoi-qwe/aeso-mcp'

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