Search within a book
search_in_bookSearch a book's text by keyword, returning snippets with chapter, character offset, and reading position to help pinpoint passages.
Instructions
Keyword search inside one book's text. Returns short snippets with the chapter index, character offset, and approximate position (percent through the book). Use the returned chapter + offset with get_chapter to read the surrounding text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Word or phrase to find (case-insensitive by default). | |
| bookId | Yes | The book's id. | |
| maxResults | No | Max hits (default 20). | |
| caseSensitive | No | Match case exactly (default false). |