spotify_add_tracks_to_playlist
Add tracks to a Spotify playlist by providing the playlist ID and track URIs. This tool enables playlist management through the Spotify API MCP server.
Instructions
Add tracks to a playlist
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | ID of the playlist | |
| track_uris | Yes | Array of Spotify track URIs to add |