novel_read
Read a chapter from a book and get its numbered text with word count. Use offset and limit to page through long chapters in read-only mode.
Instructions
阅读某部作品的某个章节,返回带行号的正文(含字数统计)。可用 offset/limit 分段读取长章节。只读:不写任何文件、不改动任何数据。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book | Yes | 书名。 | |
| root | No | 章节库根目录。 | |
| limit | No | 最多返回行数。默认 400。 | |
| offset | No | 起始行号,从 1 开始。默认 1。 | |
| chapter | Yes | 章节标识:章号(如 1 或 01)、文件名(第01章.md)或标题子串。 |