Find duplicates
find_duplicatesDetect potential duplicate books in your Calibre library by comparing titles, author-title pairs, or identifiers like ISBN. Review groups of similar entries to eliminate redundant copies.
Instructions
Find potential duplicate books in the library. Helps identify books that may have been added multiple times with slight variations in metadata. Returns groups of potentially duplicate books for review.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Detection mode: 'title' (similar titles), 'author_title' (same author + similar title), 'identifier' (matching ISBN/ASIN). | author_title |
| limit | No | Maximum number of duplicate groups to return (default: 20). | |
| bookId | No | Optional: Check for duplicates of a specific book. If not provided, scans entire library. | |
| threshold | No | Similarity threshold for title matching (0-1). Higher = stricter matching. Default: 0.8. |