find_duplicate_playlists
Scan Spotify playlists to identify exact or near-duplicate track sets, using configurable thresholds for similarity.
Instructions
Scan your playlists for exact and near-duplicate track sets. Exact = identical URI sets (order-insensitive); near = Jaccard overlap >= threshold. Read-only. Also covers: find_duplicates_in_playlist, find_duplicate_tracks_across_playlists — See also: find_duplicates_in_playlist, find_duplicate_tracks_across_playlists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| scan_cap | No | Max items walked per playlist (default fetchAllCap) | |
| threshold | No | Jaccard threshold for near-duplicates (default 0.85) | |
| max_playlists | No | How many playlists to scan (default 50, max 100) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |