search_datasets
Search the curated APRA dataset catalog to find banking, superannuation, and insurance statistics by free-text query.
Instructions
Fuzzy-search the curated APRA dataset catalog.
All datasets ship hand-curated in v0.1: per-bank capital ratios, per-bank risk-weighted assets, fund-by-fund superannuation, and post-AASB17 life + general insurance (with separate historical archives for the pre-Q3-2023 reporting framework).
Examples: # Find the dataset for bank capital ratios results = await search_datasets("bank capital cet1") # → [{id: 'ADI_KEY_STATS', name: 'ADI Key Statistics — entity-level...', ...}]
# Discover what's available on insurance
results = await search_datasets("insurance premium")Returns: List of DatasetSummary (id, name, description, update_frequency, is_curated), ranked by relevance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return, ranked by relevance. | |
| query | Yes | Free-text search query. Matches against dataset IDs, names, descriptions, and curated search keywords. Case-insensitive. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |