kaggle_create_dataset
Create a new dataset from a local folder. Private by default; publish by providing a confirm token and enabling public setting.
Instructions
Create a NEW dataset from a local folder. PRIVATE by default. Making it public requires KAGGLE_MCP_ENABLE_PUBLISH=1 AND a confirm_token from a preview. Async — returns 'queued'; poll kaggle_dataset_status. The folder must contain a valid dataset-metadata.json (id, title, licenses).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | Yes | ||
| public | No | ||
| confirm_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||