create_note
Create an Apple Note from Markdown, using the first line as the title, with support for bullets, lists, and links.
Instructions
Create a note. The first line of body becomes its title.
body is Markdown. Bullets, numbered lists, bold, italic, strikethrough,
links and code blocks all render. Two things do not, because Notes does not
expose them to scripts: "# Heading" becomes bold text, and "- [ ]" becomes a
plain bullet rather than a checkbox.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The note in Markdown. Its first line is the title, so start with one. | |
| folder_id | No | Folder to create it in, from list_folders (default: the folder holding the most notes) |