create_notebook
Create a Joplin notebook at the root or nested under a parent by supplying parent_id. Use list_notebooks to locate the parent.
Instructions
Create a new notebook. Omit parent_id to create it at the root of the
notebook tree (requires a $root write entry in config, or blanket write
access); set parent_id to nest it inside an existing notebook (requires
write access to that notebook). Use list_notebooks to find a parent_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| parent_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |