append_to_note_fs_tool
Append content to the end of a note, ideal for adding appendices, log entries, or building chronological content.
Instructions
Append content to the end of a note.
Adds content at the very end of the file. Useful for adding appendices, logs, or any content that should come after all existing content.
When to use:
Adding appendices or footnotes
Appending log entries
Building chronological content
Adding content when position doesn't matter
Performance:
Any note size: < 100ms
Returns: Success status and descriptive message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | Yes | Path to note (relative to vault or absolute) | |
| content | Yes | Content to append to the end of the note | |
| vault_path | No | Path to vault root (optional, uses OBSIDIAN_VAULT_PATH env if not provided) | |
| ctx | No |