book_get_text
Return the full text of an indexed book by Gutenberg id, paginated by passage. Use from_seq + max_passages to page through it. For books in the catalog that are NOT indexed locally, returns the public gutenberg.org plain-text URL so the agent can fetch it directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_seq | No | Passage index to start from (0-based, default 0). | |
| gutenberg_id | Yes | Project Gutenberg ebook id. | |
| max_passages | No | Maximum passages to return per call (default 40, max 200). |