append_to_note
Add text to an existing note without resending its full content, ideal for journals, logs, and running lists. Appends at the end or chosen section with a blank line separator.
Instructions
Add text to a note without resending the rest — prefer it over update_note for journals, logs and running lists. A blank line separates your text from what was there. Re-embeds in the background like any content change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | Default section_end if section given, else note_end. note_start is after the H1/intro, before its first nested heading — not offset 0. | |
| id | No | ||
| title | No | Alternative to id; resolved like get_note | |
| content | Yes | ||
| section | No | Target this section (heading text or slug) instead of the whole note |