Create note
create_noteCreate a new Apple Note from plain text: the title becomes a heading, each line is a paragraph, and you can optionally choose the folder.
Instructions
Create a new note from a plain-text body. Each line becomes its own paragraph; the title is rendered as a heading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Plain-text body. Each line becomes one paragraph. | |
| title | Yes | Note title. | |
| folder | No | Folder to create the note in (default account folder if omitted). |