create_dataset_json
Creates an empty dataset by name, returning its ID and name. Idempotent, so repeated calls have no extra effect.
Instructions
Create an empty dataset with the given name (idempotent). Returns {dataset: {id, name}} in structuredContent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |