Create Note
create_noteCreate a new Joplin note in a specified notebook; provide title, body, and notebook_id. Use list_notebooks to find the notebook_id first.
Instructions
Create a new note in the given notebook. Use list_notebooks to find a notebook_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| title | Yes | ||
| notebook_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |