Skip to main content
Glama
AnthonyPuggs

AusEcon MCP for ABS | RBA | APRA data

Get ABS Dataset Structure

get_abs_dataset_structure
Read-onlyIdempotent

Retrieve ABS dataset dimensions and codelists to understand data structure. Identify variables and classifications for economic analysis.

Instructions

Get ABS SDMX dataset dimensions and codelists.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataflow_idYesNon-empty dataset or table id.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoResolved ABS data structure identifier.
dimensionsNoDataset dimensions with positions and allowed values.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is clear. The description adds no additional behavioral context such as return size, error conditions, or dependencies, but with the annotations present, the bar is lower and a neutral score is appropriate.

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 concise sentence that front-loads the core action and resource. Every word adds value, with no redundant or filler content.

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 the tool's simplicity (one parameter, output schema present, clear annotations), the description is largely sufficient. It could be more complete by noting that the structure is returned in SDMX format, but the output schema and purpose cover most needs. Minor gap in not hinting at the tool's relationship to other ABS-specific tools.

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%, with dataflow_id described as 'Non-empty dataset or table id.' The description adds no extra meaning beyond the schema's own parameter description, so the baseline score of 3 applies.

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 uses a specific verb 'Get' and clearly identifies the resource 'ABS SDMX dataset dimensions and codelists'. This distinguishes it from sibling tools like get_abs_data (which presumably returns data) and describe_dataset (which may describe datasets generically).

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

Usage Guidelines3/5

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

The description implies the tool is for obtaining structural metadata for an ABS dataset, but it does not explicitly state when to use this versus alternatives or provide exclusions. No comparison to sibling tools or guidance on prerequisites beyond the required dataflow_id.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.