cbs_search_datasets
Search Dutch open datasets from CBS by keyword. Specify search field to target title, summary, or all fields for precise results.
Instructions
Searches for datasets in the CBS OData Catalog by keyword.
Args: params: SearchDatasetsInput containing: - query (str): Search term (e.g., "Bevolking", "Inflation") - top (int): Number of records to return (default: 10) - skip (int): Number of records to skip (default: 0) - search_field (str): Where to search - "all", "title", or "summary"
Returns: str: CSV string containing matching datasets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes | Input model for searching datasets. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |