add_to_note
Add content to an existing note by appending or prepending text, with optional inline insertion for precise updates.
Instructions
Append or prepend content to an existing note.
position is "append" (default) or "prepend". inline=True adds the content
without a leading/trailing newline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| file | No | ||
| path | No | ||
| position | No | append | |
| inline | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |