cbs_estimate_dataset_size
Estimate the size of a Dutch open dataset by providing its ID, returning row count, column count, and recommended fetch strategy.
Instructions
Estimates the size of a dataset before fetching.
Args: params: DatasetIdInput containing: - dataset_id (str): Dataset ID (e.g., '85313NED')
Returns: str: Size estimation with row count, column count, and recommended fetch strategy
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 |