Search books
calibre_searchFind books in a Calibre ebook library by exact title, author, ISBN, tag, or free-form query. Supports full-text search and count-only queries.
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).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | meta | |
| sort | No | ||
| limit | No | ||
| query | Yes | ||
| scope | No | library | |
| bookId | No | ||
| cursor | No | ||
| library | No | ||
| countOnly | No | ||
| sortOrder | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ||
| count | No | ||
| query | No | ||
| scope | No | ||
| total | No | ||
| bookId | No | ||
| offset | No | ||
| bookIds | No | ||
| nextCursor | No |