get_book_content
Retrieve text content from Calibre ebook libraries by specifying book ID, character limits, and offsets. Extract specific sections or full content for reading and analysis.
Instructions
Retrieve text content of a book. limit: Maximum number of characters to return (default 30,000). offset: Character offset to start reading from. sentence_aware: If True, adjusts the limit to the nearest sentence boundary.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | ||
| limit | No | ||
| offset | No | ||
| sentence_aware | No | ||
| library_name | No |