create_note
Create a new note in Apple Notes with Markdown styling, file attachments, and folder selection. Title becomes the first line.
Instructions
Create a new note. Title becomes the first line. The body is Markdown: inline styles, links, lists, tables, code fences, quotes, ==highlights==, and '- [ ]' checklists are converted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Markdown body. Plain text passes through unchanged. | |
| title | Yes | Note title. | |
| attach | No | Absolute paths of files to attach: images, PDFs, audio, anything. The body cannot carry one, because Notes' importer discards it; these are pasted in afterwards. Put a Markdown image link on its own line where each should sit, in the same order, or they land at the end. Needs the Accessibility permission. | |
| folder | No | Target folder. Default: the Notes folder of the default account. | |
| true_styles | No | Apply true paragraph styles (headings, code blocks, quotes, ==highlights==, checklists) by briefly driving the Notes app. Default true; the paste only happens when the note carries something the importer cannot make. Needs the Accessibility permission; Notes fronts for a few seconds and focus returns. Set false for headless or bulk runs: the note renders look-alike styles instead. | |
| create_folder | No | Create the folder when it does not exist. Default false. |