Full-text search
full_text_searchSearch inside book content for quotes, passages, and references using full-text indexing. Requires FTS to be enabled in Calibre.
Instructions
Search inside book content using Calibre's full-text search. Finds quotes, passages, and references within books. Note: Requires FTS indexing to be enabled in Calibre library settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 20, max: 50). | |
| query | Yes | Full-text search query. Searches inside book content, not just metadata. Supports phrases in quotes. | |
| matchAll | No | If true, all words must match. If false (default), any word can match. | |
| includeSnippets | No | If true (default), include text snippets showing where matches were found. |