list_chapters
List the chapters (table of contents) of a purchased book without downloading the full text. Pass the download_url from the purchase response. Returns each chapter's index, title, and length. Use read_chapter to fetch a single chapter at a time instead of pulling the whole book at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| download_url | Yes | The full download URL from the purchase response |