Search books
calibre_searchSearch your Calibre library using exact title, author, ISBN, tag, or full-text keywords. Retrieve book metadata or scan inside a single book for relevant passages, with optional filtering by bundle and count-only results.
Instructions
Find books by exact title, author, ISBN, tag, or Calibre query syntax (mode=meta), or by full text (mode=fts). scope=book returns short keyword snippets from inside one book; first hits often land in TOC/front matter — for definitional or topic questions within a book prefer calibre_semantic_search scope=book (ranked passages with char offsets). Use calibre_semantic_search for meaning/topic queries. For "how many" questions use countOnly=true (returns only the count). filter accepts a bundle name to scope the search (list bundles via calibre_manage_bundles).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | meta | |
| sort | No | ||
| limit | No | ||
| query | Yes | ||
| scope | No | library | |
| bookId | No | ||
| cursor | No | ||
| filter | No | ||
| library | No | ||
| countOnly | No | ||
| sortOrder | No | ||
| include_excluded | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| count | No | ||
| query | No | ||
| scope | No | ||
| total | No | ||
| bookId | No | ||
| filter | No | ||
| offset | No | ||
| bookIds | No | ||
| nextCursor | No | ||
| exclusionsApplied | No |