cbs_inspect_dataset_details
Gets a compact overview of a CBS dataset including title, column list, and sample rows. Use this first to understand dataset structure.
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 |