add_note_to_knowledge_base
Add an existing note to a knowledge base using its note ID. Specify a title and optional folder to organize the note.
Instructions
将已有的 IMA 笔记添加到知识库。需要先通过 create_note 创建笔记获取 note_id,或将 get_media_info 返回的 notebook_id 作为 note_id 传入。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | 在知识库中显示的标题。 | |
| note_id | Yes | 笔记 ID(create_note 返回的 doc_id,或 notebook_id)。 | |
| folder_id | No | 目标文件夹 ID(folder_ 前缀)。省略则添加到根目录。 | |
| knowledge_base_id | No | 目标知识库 ID(可省略,自动解析)。 |