query_dataset
Query local canonical records by exact dataset ID and optional exact-match filters. Get matching records without remote fetch, enabling precise dataset lookups.
Instructions
Query local canonical records for an exact dataset_id using exact-match filters only. Local-only; no remote fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional maximum number of matching records to return. Example: 10. | |
| filters | No | Optional exact-match filters keyed by canonical record field. Example: {'currency_code': 'USD'} or {'observation_month': '2026-01'}. | |
| dataset_id | Yes | Exact canonical dataset_id from the registry. Examples: 'sama-pos-weekly', 'stats-gov-sa-cpi-headline-monthly'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||