Get table dimensions and members
get_table_metadataInspect the structure of a Statistics Canada data table, listing dimensions and their members with member IDs. Filter members by keyword to find specific entries, then use those IDs to fetch data by coordinate.
Instructions
Structure of a Statistics Canada table: its dimensions and their members with member IDs. Large dimensions are truncated — pass member_filter (e.g. 'gasoline') to find specific members. Use the member IDs with get_data_by_coordinate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes | Table product ID from search_tables, e.g. 18100004 | |
| max_members | No | Max members listed per dimension | |
| member_filter | No | Keyword to filter dimension members by name |