album_edition_lint
Find duplicate editions in your saved albums by matching normalized album names and primary artist across distinct album IDs. Read-only lint helps identify the same record kept multiple times.
Instructions
Lint your saved albums for the same record kept across multiple editions (same name after edition-noise stripping + 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 |