query_dataset
Query Australian Bureau of Statistics datasets using the ABS MCP Server, enabling targeted data retrieval and analysis with optional filters for precise insights.
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"
}