阅读进度
get_reading_progressRetrieve a book's reading progress to see completion percentage, reading time, and finish date. Useful for tracking reading status in WeChat Reading.
Instructions
获取某本书的阅读进度(/book/getprogress)。
关键口径:
- `book.progress` 是 0-100 的**整数百分比**,1 表示 1%(不是 100%);展示必须带 `%`。
只有 `progress=100` 且存在 `book.finishTime` 才代表读完。
- 累计阅读时长看 `book.readingTime`(秒),展示转「X小时Y分钟」。
`book.recordReadingTime` 是朗读/记录类时长,普通阅读通常为 0,**不要**拿它当阅读时长。
- `book.updateTime` / `book.finishTime` 是 Unix 时间戳,展示转 `YYYY-MM-DD`。
返回中的 `_computed` 是本服务端按上述规则算好的展示值。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | 书籍 ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||