create-note
Create a new Apple Note with a title and markdown content, optionally placing it in a specified folder.
Instructions
Create a new Apple Note with a title and markdown content. Optionally place it in a folder path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| folder | No | Optional folder path to create the note in (e.g. iCloud/Work/Projects). Use list-folders to get available paths. | |
| content | Yes | Note content in markdown format |