Skip to main content
Glama

Get Load

get_load
Read-onlyIdempotent

Retrieve Alberta Internal Load (AIL) observations in megawatts for a specified time interval, with optional load forecast values. Uses America/Edmonton timestamps and supports up to 90-day ranges.

Instructions

Returns Alberta Internal Load (AIL) observations in MW for [start, end). Optionally includes load forecast values when available. Timestamps are America/Edmonton. Maximum range: 90 days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestYesRequest Alberta Internal Load (AIL) observations.

Output Schema

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

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

Annotations already declare read-only and idempotent behavior. The description adds useful context: timezone (America/Edmonton), interval boundary semantics ([start, end)), and a maximum range of 90 days. This goes beyond the annotation coverage and helps the agent understand constraints and result interpretation.

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 three short sentences, each adding distinct value: purpose, optional forecast, and time/range constraints. It is front-loaded and free of fluff, maintaining high readability and zero redundancy with the schema.

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?

For a read-only data retrieval tool with a rich output schema and comprehensive annotations, the description covers all essential context: what data is returned, units, timezone, interval boundaries, range limit, and optional forecast. No critical missing information is apparent for correct invocation and interpretation.

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?

The input schema already has detailed parameter descriptions for start, end, and include_forecast, covering inclusivity and timezone interpretation. The description adds only the 90-day maximum range as new parameter-related information. Since schema coverage is 100%, the description contributes minimal additional semantic value.

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 Alberta Internal Load (AIL) observations in MW with an inclusive start and exclusive end interval. It specifies the resource (load), the unit (MW), and the time boundary, which distinguishes it from sibling tools like get_pool_prices or get_generation.

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

Usage Guidelines4/5

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

The description clearly implies usage for retrieving load data with optional forecast inclusion. It does not explicitly list alternatives or exclusions, but the context of sibling tools makes the use case clear. The 90-day max range and timezone note provide practical usage constraints.

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