search_datasets
Search a curated catalog of Australian tax and charity datasets. Find datasets on personal tax by postcode, company tax by industry, and more.
Instructions
Fuzzy-search the curated ATO/ACNC dataset catalog.
All datasets ship hand-curated in v0.1: personal tax by postcode, company tax by industry, corporate tax transparency, GST collections, super contributions by age, the ACNC charity register, and more.
Examples: # Find the dataset that gives tax stats by postcode results = await search_datasets("postcode tax") # → [{id: 'IND_POSTCODE', name: 'Individuals by Postcode', ...}]
# Discover what's available on charities
results = await search_datasets("charity")Returns: List of DatasetSummary (id, name, description, update_frequency, is_curated), ranked by relevance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Free-text search query. Matches against dataset IDs, names, descriptions, and curated search keywords. Case-insensitive. | |
| limit | No | Maximum number of results to return, ranked by relevance. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |