add_to_playlist
Add one or more tracks to any Spotify playlist you own or can modify. Ideal for curating themed collections, collaborating on shared playlists, or maintaining dynamic playlists that evolve with your listening habits.
Instructions
Add one or more tracks to any existing playlist that the user owns or can modify.
🎯 USE CASES: • Build and curate playlist collections with discovered music • Add recommended tracks from discovery algorithms • Collaborate on shared playlists with friends • Create themed collections by adding related songs • Maintain dynamic playlists that evolve with listening habits
📝 WHAT IT RETURNS: • Confirmation of successful track additions • Updated playlist length and total duration • New track positions within the playlist • Snapshot ID for tracking playlist changes • Error details for any tracks that couldn't be added
🔍 EXAMPLES: • "Add 'Bohemian Rhapsody' to my Rock Classics playlist" • "Put these 5 songs into my workout playlist" • "Add track spotify:4uLU6hMCjMI75M1A2tKUQC to favorites" • "Include all these discovered songs in my new releases list"
🎵 ADDITION FEATURES: • Add single tracks or multiple tracks at once • Tracks appear at the end of existing playlist • Maintains playlist order and structure • Supports bulk additions for efficiency • Perfect for playlist curation and growth
💡 CURATION TIPS: • Add tracks that fit the playlist theme or mood • Consider track flow and transitions • Test songs before adding to public playlists • Use bulk additions for efficiency • Regular playlist maintenance keeps content fresh
⚠️ REQUIREMENTS: • Valid Spotify access token with playlist-modify scopes • User must own playlist or have collaborative access • Tracks must be available in user's market
Input Schema
Name | Required | Description | Default |
---|---|---|---|
playlistId | Yes | Spotify playlist ID or URI | |
token | Yes | Spotify access token for authentication | |
trackUris | Yes | Array of Spotify track URIs |