search_books
Find books in a Calibre library using query expressions like author:asimov, title:"i robot", or tags:python. Set a limit to control results.
Instructions
Search the library with calibre's query language.
Args:
query: A calibre search expression, e.g. author:asimov,
title:"i robot", tags:python. An empty string matches everything.
limit: Maximum number of results (1-200, default 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||