get_note_content
Retrieve the plain-text content of an IMA note using its numeric ID. Pass the note ID to get the original note body.
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=纯文本(推荐)。 |