notes_append
Add content to existing macOS Notes by ID or title search with optional folder filtering. Append text or HTML to notes for organized information management.
Instructions
Append content to an existing note. Can find by note ID (most reliable) or by title with optional folder filter.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | No | Note ID to append to (most reliable) | |
| title | No | Note title to search for (alternative to noteId) | |
| folder | No | Optional folder name to narrow search when using title | |
| content | Yes | Content to append (max 100,000 characters). Can include HTML. |