obsidian_append_note
Append text to the end of a note in an Obsidian vault. Specify the vault, note path, and content to add.
Instructions
Append content to the end of an existing note.
Args:
vault: Name or path of the vault
path: Path to the note within the vault
content: Content to append
Returns:
Success message or errorInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | Yes | ||
| path | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |