Search books
search_booksSearch your Calibre library using field-specific queries (title:, author:, tag:) and boolean operators (and, or, not) to find books by any criteria.
Instructions
Search books in the Calibre library using Calibre's query language. Supports field-specific searches (title:, author:, tag:, series:, publisher:, format:, rating:, etc.) and boolean operators (and, or, not).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default: 25, max: 100). | |
| query | Yes | Search query using Calibre's query language. Examples: 'title:"lord of the rings"', 'author:Sanderson', 'tag:fiction', 'series:cosmere', or combine with 'and'/'or': 'author:Tolkien and tag:fantasy'. | |
| sortBy | No | Field to sort results by (default: title). | title |
| ascending | No | Sort in ascending order (default: true). |