Skip to main content
Glama

Get Pool Prices

get_pool_prices
Read-onlyIdempotent

Retrieve actual AESO hourly Pool Prices in CAD/MWh for any market interval. Specify start and end times to get historical observations, with optional forecast inclusion.

Instructions

Returns actual AESO hourly Pool Price observations in CAD/MWh for the requested market interval [start, end). Use get_system_marginal_prices for minute-level real-time pricing. Timestamps are America/Edmonton. Maximum range: 366 days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYesRequest hourly Alberta Pool Price observations.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metadataYesProvenance and semantic metadata attached to dataset responses.
warningsNo
intervalsYes
Behavior5/5

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

Annotations already declare readOnly, openWorld, and idempotent. The description adds valuable context beyond annotations: the timezone (America/Edmonton), the exclusive end interval semantics, and the maximum range. This is useful operational behavior not disclosed elsewhere.

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 concise sentences. The first establishes purpose, the second gives an alternative and critical constraints (timezone, range). No wasted words; information is front-loaded.

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 has an output schema, return format is covered. The description addresses interval semantics, timezone, range, and sibling differentiation. It is self-contained for an AI agent to select and invoke 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 coverage is 100%, with descriptions for start, end, and include_forecast. The description adds minimal parameter-specific semantics beyond the schema, though it implicitly clarifies that 'actual' observations are returned vs forecast. Baseline of 3 is appropriate since the schema carries the parameter documentation.

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 'Returns actual AESO hourly Pool Price observations in CAD/MWh' with a specific interval format [start, end). It distinguishes itself from the sibling get_system_marginal_prices by specifying hourly actuals vs minute-level real-time pricing.

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 an alternative: 'Use get_system_marginal_prices for minute-level real-time pricing.' Also sets a hard limit of 366 days, guiding appropriate usage. This is clear when-to-use vs. 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/bchoi-qwe/aeso-mcp'

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