append_to_note
Append content to an existing note without overwriting, ideal for journals, logs, and collecting ideas incrementally. Optionally add timestamps.
Instructions
Append content to an existing note without overwriting. Perfect for journals, logs, meeting notes, or collecting ideas incrementally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the existing note | |
| content | Yes | Content to append to the note | |
| add_timestamp | No | Whether to add a timestamp header before the appended content (default: false) |