create_note
Create a new IMA note with Markdown-formatted content. Optionally specify a folder to store the note in IMA notes.
Instructions
创建一篇 IMA 笔记。content 支持 Markdown 格式(content_format=1)。创建后可通过 add_note_to_knowledge_base 将笔记添加到知识库。folder_name 用于指定笔记在 IMA 笔记中的存放文件夹(不是知识库文件夹)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | 笔记正文,支持 Markdown 格式(如 '# 标题\n\n正文内容')。 | |
| folder_name | No | 笔记文件夹名称(IMA 笔记侧的文件夹,非知识库文件夹)。省略则放在默认位置。 |