list_books
Browse books in a Calibre library, sorted by fields like title or author, with optional search filters. Set result limits and order to locate specific titles.
Instructions
Browse books in the library; defaults to most recently added first.
Args: limit: Maximum number of results (1-200, default 20). sort_by: calibre field to sort by, e.g. id, title, authors, timestamp. order: "desc" (default) or "asc". search: Optional calibre search expression to filter the listing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| order | No | desc | |
| search | No | ||
| sort_by | No | id |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||