append_note
Add content to existing Notion notes by appending text to the end of pages. Use this tool to update notes without modifying existing content.
Instructions
向已有笔记追加内容(追加到页面 body 末尾)。
Args: note_id: 笔记 ID content: 要追加的文本内容
Returns: 更新后的笔记元信息(不含完整 body)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||