grow_playlist
Grow a playlist by mining your other playlists for tracks that appear repeatedly, prioritizing artists already in the target, and filtering out existing tracks to propose fresh additions.
Instructions
Propose tracks to grow one of your playlists using ONLY your own listening data (no recommendations): finds tracks appearing in >=2 of your OTHER playlists, boosts ones sharing an artist with the target playlist, excludes tracks already in it (and optionally your saved library), and returns top candidates with evidence. Read-only: review the proposals, then call add_to_playlist with the URIs you want.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | How many candidates to propose (default 20) | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id | Yes | Target playlist ID to grow | |
| exclude_saved | No | Skip tracks already in your saved library (default true) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |