create_note
Create a Joplin note with a title, Markdown body, and optional notebook selection. Can also create as a to-do item.
Instructions
Create a new note.
Args:
title: Note title.
body: Note body in Markdown.
notebook_id: Target notebook (folder) id. If omitted, Joplin uses the
currently selected notebook in the app.
is_todo: If true, create the note as a to-do item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| title | Yes | ||
| is_todo | No | ||
| notebook_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||