cbs_inspect_dataset_details
Get a compact overview of a CBS dataset including title, columns, and sample data. Understand dataset structure before querying.
Instructions
Compact dataset overview: title, dimensions, measures, and sample data. Use this first to understand a dataset's structure.
Args: params: DatasetIdInput containing: - dataset_id (str): Dataset ID (e.g., '85313NED')
Returns: str: Compact report with title, column list, and 3-row sample
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Input model for operations that only need a dataset ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |