update_note
Modify existing plain text notes by updating titles, content, or tags in the GetNote platform. Provide at least one field to change while maintaining note structure.
Instructions
更新已有笔记的标题、内容或标签。⚠️ 仅支持 plain_text 类型笔记,链接笔记、图片笔记等暂不支持更新。至少需要传 title、content、tags 中的一个。tags 是替换操作,会覆盖原有标签。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | 笔记 ID(必填) | |
| title | No | 新标题(可选,不传则不更新) | |
| content | No | 新内容,Markdown 格式(可选,不传则不更新) | |
| tags | No | 新标签列表(可选,不传则保持原标签;传则替换原有标签) |