Find duplicates
calibre_find_duplicatesFind duplicate books in a Calibre library using identical title and authors or fuzzy matching, and compare metadata across entries without merging.
Instructions
Find probable duplicate books. mode=identical (exact title+authors) or similar (fuzzy) group the library (or ids/query/filter subset — filter takes a bundle name) with a merge-safety score; mode=compare diffs 2+ ids field-by-field. Read-only — never merges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | ||
| mode | No | identical | |
| limit | No | ||
| query | No | ||
| cursor | No | ||
| filter | No | ||
| library | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keep | No | ||
| mode | Yes | ||
| count | No | ||
| capped | No | ||
| offset | No | ||
| groupCount | No | ||
| nextCursor | No | ||
| mergeSafety | No | ||
| booksScanned | No | ||
| languagesDiffer | No |