boc_list_groups
Lists available data groups (curated bundles of related series) from the Bank of Canada Valet API for use in retrieving series observations.
Instructions
Discover available data groups (curated bundles of related series).
Groups collect related series — for example 'FX_RATES_DAILY' bundles the daily exchange rates for many currencies. Feed a returned group name into 'boc_get_group_observations'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results to return. | |
| offset | No | Results to skip (pagination). | |
| search | No | Case-insensitive substring to filter by name, label, or description (e.g. 'exchange rate', 'CORRA', 'inflation'). | |
| response_format | No | 'markdown' for readable output or 'json' for structured data. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |