我的划线
get_book_highlightsRetrieve underlined highlights from a specified book in WeChat Reading, grouped by chapter with original quoted text and creation dates. Useful for exporting notes when combined with reviews.
Instructions
获取我在某本书里的划线内容(/book/bookmarklist)。
接口已自动过滤书签(type=0),只返回划线(type=1);书签内容当前无法导出,
书签**数量**见 `list_notebooks` 的 `bookmarkCount`。
用 `chapters[].chapterUid` / `title` 把 `updated[]` 里的划线按章节分组展示,
原文用引用格式 `>` 标注,`createTime` 转 `YYYY-MM-DD`。
用户说「导出这本书的所有笔记」时,必须同时调用本工具和 `get_my_reviews`,
只返回划线是不完整的。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | 书籍 ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||