create-book
Create a new notebook in the database, optionally nested under a parent notebook using its ID from list-notebooks.
Instructions
Create a new notebook in the database. To create a nested notebook, pass the parent notebook ID as parentBookId. Call list-notebooks first to find it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The notebook name | |
| parentBookId | No | The ID of the parent notebook. Omit it to create the notebook at the root level. |