Skip to main content
Glama
Bigred97

ausdata-mcp

by Bigred97

get_data

Fetch specific rows from 100+ curated Australian government datasets using a dataset ID, filters, and date range.

Instructions

Generic accessor for any curated Australian government dataset. Use search_datasets first to find the dataset_id, then call this with filters. Two input forms are accepted: dotted (dataset_id='abs.CPI_MONTHLY') OR split (source='abs', dataset_id='CPI_MONTHLY'). Period format depends on the dataset: YYYY-MM for monthly, YYYY-Qn for quarterly, YYYY for annual. Example: dataset_id='abs.LF', filters={region:'australia', measure:'unemployment_rate'}, start_period='2024-01'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax rows (1-1000). Default 100.
sourceNoSource slug. Required only when dataset_id is bare (no dot). One of: abs/rba/ato/apra/aihw/asic/aemo/wgea/au_weather.
filtersNoFilter dict — source-specific dimension keys passed through to the upstream sister MCP. Example: {"region": "australia", "measure": "unemployment_rate"} for abs.LF.
dataset_idYesDataset ID returned by search_datasets. Two forms accepted: dotted ('abs.CPI_MONTHLY', 'rba.F1.1') OR bare ('CPI_MONTHLY' — then pass `source` separately).
end_periodNoEnd period in dataset's native format.
start_periodNoStart period in dataset's native format (YYYY, YYYY-MM, YYYY-Qn).
Behavior3/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 reveals two input forms (dotted vs split), period format conventions, and an example, but it omits details on response format, error handling, or explicit read-only confirmation. The disclosure is useful but not comprehensive for a mutation-capable-looking accessor.

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 plus one example: opens with the purpose, then gives usage guidance, then period formats and an example. Every sentence earns its place without redundancy or fluff, making it concise and well-structured.

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 6 parameters, a nested filters object, no output schema, and no annotations, the description provides essential guidance for constructing a query, including input forms and period formats. It does not explain return format or error behavior, but for a generic accessor with a straightforward filter-and-period interface, it is reasonably complete for a first successful call.

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?

The input schema already covers all 6 parameters with descriptions and examples (100% coverage), so baseline is 3. The description adds value by explaining the relationship between dataset_id and source (dotted vs split), period format rules depending on dataset, and a concrete usage pattern with filters, going beyond schema repetition.

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 'Generic accessor for any curated Australian government dataset', using a specific function (accessor) and resource. It explicitly references search_datasets for discovery and distinguishes itself from specialized sibling tools by being generic and dataset-agnostic.

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?

Provides explicit sequencing: 'Use search_datasets first to find the dataset_id, then call this with filters.' This gives clear context on when to use the tool. However, it does not explicitly name alternatives or state when to prefer specialized tools over this generic accessor, leaving a minor gap.

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