Fetch book excerpt
fetch_excerptRetrieve a short text excerpt from a book's content to preview its writing style and confirm the correct book.
Instructions
Fetch a short text excerpt from a book's content. Extracts the beginning of a book to preview its content. Useful for checking writing style, confirming the right book, or getting a taste of the content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bookId | Yes | Calibre book ID to fetch excerpt from. | |
| format | No | Preferred format to extract from. If not specified, uses the first available format. | |
| maxChars | No | Maximum characters to return (default: 2000, max: 10000). Keeps excerpts brief. |