Skip to main content
Glama

Get Reserves

get_reserves
Read-onlyIdempotent

Get current AESO operating reserve indicators in megawatts, including required/dispatched contingency reserves and fast frequency response volumes when available.

Instructions

Returns current AESO operating reserve indicators in MW, including contingency reserve required/dispatched and fast frequency response volumes when published.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
metadataYesProvenance and semantic metadata attached to dataset responses.
warningsNo
observed_atYes
long_lead_time_volume_mwNo
contingency_reserve_required_mwNo
fast_frequency_response_offered_mwNo
dispatched_contingency_reserve_gen_mwNo
fast_frequency_response_dispatched_mwNo
dispatched_contingency_reserve_other_mwNo
dispatched_contingency_reserve_total_mwNo
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false. The description adds useful context about units (MW) and timing ('when published'), which clarifies data availability without contradicting annotations.

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 a single, focused sentence that puts the verb first and includes all important details without fluff. Perfectly concise.

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?

The tool has no parameters, and the output schema exists, so the description need not elaborate on return structure. It covers the data content and timing nuance, making it sufficiently complete for the agent.

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

Parameters4/5

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

There are no parameters, so the schema fully defines the input requirements. The description adds no parameter-specific detail because none exists; this is the baseline 4.

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 it returns current AESO operating reserve indicators in MW and enumerates specific components (contingency reserve required/dispatched, fast frequency response volumes). This distinguishes it from sibling tools like get_load 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 provides clear context for when to use this tool (to retrieve current reserve indicators) and the sibling list makes it distinct from other data retrieval tools. It does not explicitly exclude alternatives or provide when-not guidance, but the read-only nature and no-parameter interface make usage obvious.

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