unplayable_saved_check
Audit your saved tracks for unplayable items flagged by the API and get the reason each is unavailable.
Instructions
Audit your saved library for tracks the API marks unplayable (is_playable false or a restrictions block) and show why. 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 |