get_note_content
Retrieve the plain text body of an IMA note by providing its numeric note ID. Use this to access original note content directly.
Instructions
读取笔记正文(纯文本)。传入 note_id(笔记的数字 ID,即 get_media_info 返回的 notebook_id,或笔记搜索接口返回的 doc_id)。这是读取 IMA 笔记原文的专用接口。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | 笔记数字 ID。 | |
| target_content_format | No | 内容格式:0=纯文本(推荐),默认 0。 |