find_duplicate_playlists
Scan your Spotify playlists to identify exact and near-duplicate track sets, using Jaccard overlap threshold, to help clean up redundant playlists.
Instructions
Scan your playlists for exact and near-duplicate track sets. Exact = identical URI sets (order-insensitive); near = Jaccard overlap >= threshold. Read-only.
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) |