Create Notebook
create_notebookCreate a new Joplin notebook at the root or nest it inside an existing notebook by setting parent_id; use list_notebooks to find a parent_id.
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 |