get_chapter
Retrieve verbatim text of any chapter (1-17) by number or title substring. Supports pagination for long chapters using offset.
Instructions
Return a chapter's verbatim text by number (1-17) or title substring. Long chapters paginate via offset/nextOffset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | No | Chapter number 1-17 | |
| title | No | A substring of the chapter title | |
| offset | No | Character offset to start from (default 0) |