get_novel_stats
Retrieve novel reading statistics including total reads, word count, serialization status, and per-chapter reading details. Optionally specify a book_id or use the currently selected novel.
Instructions
获取小说阅读数据:书级概览(总阅读数 read_count、字数、连载状态)+ 各章阅读/追读明细。不传 book_id 用当前选中的小说。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | No | 可选,目标小说 book_id;默认当前选中 | |
| chapter_detail | No | 是否包含各章明细,默认 true |