append_note
Append text to a note, creating it if missing. Use to add entries to lists or logs without rewriting the whole note.
Instructions
Append text to an existing note. If the note doesn't exist, creates it. Use this to add entries to a list or log without rewriting the whole note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Note name | |
| content | Yes | Text to append |