Skip to main content
Glama
Bigred97

ausdata-mcp

by Bigred97

nem_dispatch_5min

Retrieve recent 5-minute NEM dispatch intervals for a region or all regions, including spot price, demand, and generation by fuel. Use it to see what's been happening in the market.

Instructions

Returns the AEMO 5-minute NEM dispatch series — recent dispatch intervals for a region (or all regions): spot price, scheduled demand, dispatched generation by fuel/technology. Use this when an agent is asked 'what's been happening in the NEM over the last hour?' or 'show me the dispatch curve in QLD today'. Higher cadence than energy_snapshot (which is a point-in-time summary). Sources AEMO live dispatch.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of 5-minute intervals to return (1-288 — 288 covers a full 24h day). Defaults to the server-side default.
regionNoNEM region code. NSW1 = New South Wales, QLD1 = Queensland, SA1 = South Australia, TAS1 = Tasmania, VIC1 = Victoria. Omit for all regions.
Behavior4/5

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

With no annotations provided, the description carries full behavioral disclosure burden. It explains the data source ('Sources AEMO live dispatch'), scope ('for a region (or all regions)'), and cadence (5-minute intervals). However, it does not mention potential latency, default result limits, or any operational caveats beyond what the schema already states, leaving a minor gap.

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 sentences, front-loaded with the core purpose, then use cases, then differentiation. Every sentence contributes value—no fluff or repetition. The structure is logical and easy to scan.

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?

Given no output schema, the description lists key data fields (spot price, demand, generation by fuel type) which gives a sense of return content. It also provides use-case context and sibling comparison. It doesn't describe the exact response format (e.g., time series rows), but for a 2-param data retrieval tool, the context is largely complete.

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% (both 'limit' and 'region' are well-described in the input schema). The description adds no new parameter-specific details beyond confirming region can be omitted for all regions, which aligns with the schema. Baseline 3 is appropriate since the schema handles the heavy lifting.

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 the AEMO 5-minute NEM dispatch series' and specifies the data types included (spot price, scheduled demand, dispatched generation by fuel/technology). It distinguishes itself from sibling 'energy_snapshot' by noting its higher cadence, making it easy to identify the correct tool.

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?

Explicit use cases are provided: 'what's been happening in the NEM over the last hour?' and 'show me the dispatch curve in QLD today'. It also names the alternative tool 'energy_snapshot' and explains the difference, giving clear when-to-use vs when-not-to 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/Bigred97/ausdata-mcp-client'

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