cbs_search_datasets
Search CBS datasets by keyword from the OData catalog. Filter by title or summary and control result count.
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 |