read_chapter
Read a single chapter of a purchased book by chapter number, instead of downloading the entire book at once. Pass the download_url from the purchase response and the 1-based chapter number (call list_chapters first to see what's available). Returns that chapter's text plus the LICENSE.json and AGENTS.md. Reading chapters does not consume the download allowance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chapter | Yes | 1-based chapter number to read | |
| download_url | Yes | The full download URL from the purchase response |