playlist_remove_artist
Remove every track by one artist from a playlist, matching by name or ID. Preview exactly what will be removed, then commit to apply.
Instructions
Remove every track by one artist from a playlist (match by artist name, case-insensitive, or by artist ID / spotify:artist: URI). Shows exactly what would go. Quota: 🟢 2 GETs + 1 PUT when committing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist | Yes | Artist name (case-insensitive) or artist ID / spotify:artist: URI | |
| dry_run | No | Preview only: perform the read side and return a PLAN without changing anything. Pass false to commit. Default true | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id | Yes | Playlist to edit, as ID or spotify:playlist: URI | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |