create_note
Create notes with HTML formatting for the Apple Notes app. The first line becomes the title automatically, and you can organize notes in specific folders.
Instructions
Create a new note with HTML body. The first line of the body becomes the note title automatically. Optionally specify a target folder.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Note content in HTML (e.g. '<h1>Title</h1><p>Body text</p>') | |
| folder | No | Target folder name |