query_dataset
Retrieve specific data from Australian Bureau of Statistics (ABS) datasets using customizable filters to meet analytical needs.
Instructions
Query a specific ABS dataset with optional filters
Input Schema
Name | Required | Description | Default |
---|---|---|---|
datasetId | Yes | ID of the dataset to query (e.g., C21_G01_LGA) |
Input Schema (JSON Schema)
{
"properties": {
"datasetId": {
"description": "ID of the dataset to query (e.g., C21_G01_LGA)",
"type": "string"
}
},
"required": [
"datasetId"
],
"type": "object"
}