book_fulltext_search
Search INSIDE the indexed corpus of top public-domain books for a phrase or keywords and get back the matching passages, each with the book title, author, and a snippet around the match. This is the headline feature: agents can find where a passage appears across great books. Optionally restrict to one book by gutenberg_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum passages to return (default 10, max 50). | |
| query | Yes | Phrase or keywords to find inside the books, e.g. 'it was the best of times', 'whale'. | |
| gutenberg_id | No | Optional: restrict the search to a single indexed book by its Gutenberg id. |