Read a chunk
read_chunkRead a book chunk by ID or continue from the last-read position, updating progress automatically.
Instructions
Read the text of one chunk. Pass chunkId to read a specific chunk, or omit it to continue from the book's last-read position (its nextId). Reading a chunk updates reading progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bookId | Yes | ||
| chunkId | No | Chunk id; omit to continue from progress |