append_note
Append follow-up context, action items, or updates to an existing note without overwriting its content.
Instructions
Append content to an existing note.
Use this to add follow-up context, action items, or updates to an existing note without overwriting it.
Args: filename: Name of the existing note file. content: Content to append.
Returns: JSON string with updated file metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |