duplicate_saved_versions
Find Spotify songs saved more than once on different albums by matching normalized track names and primary artists. Use this read-only scan to spot duplicate library entries.
Instructions
Find songs you saved more than once from different albums (same normalised track name + primary artist, distinct album IDs). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_cap | No | Max saved items to walk per paginated source (default: SPOTIFY_MCP_FETCH_ALL_CAP) | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |