notes_create
Create a new Apple Note in a specified folder with title and HTML content. Supports optional folder and account selection.
Instructions
Create a new Apple Note in a target folder. bodyHtml should be valid lightweight HTML such as div, p, ul, ol, li, h1-h3.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Note title. | |
| bodyHtml | Yes | Note body as HTML. | |
| folderId | No | Stable Apple Notes folder ID. | |
| accountId | No | Stable Apple Notes account ID. | |
| folderName | No | Destination folder name. | |
| accountName | No | Destination account name, for example iCloud. |