add_tracks_to_playlist
Add tracks to an existing TIDAL playlist using playlist ID and track IDs. Get confirmation of successfully added tracks and details on any failures.
Instructions
Add tracks to an existing TIDAL playlist.
USE THIS TOOL WHENEVER A USER ASKS FOR:
- "Add these songs to my playlist"
- "Add [track] to [playlist name]"
- "Put these tracks in my playlist"
- Any request to add songs/tracks to an existing playlist
This function adds tracks to a user's existing TIDAL playlist. The playlist
must already exist, and the user must have permission to edit it.
When processing the results of this tool:
1. Confirm how many tracks were added successfully
2. Provide clear feedback about the operation
3. If any tracks failed to add, explain why
Args:
playlist_id: The TIDAL ID of the playlist (required)
track_ids: A list of TIDAL track IDs to add to the playlist (required)
Returns:
A dictionary containing the status of the operation and number of tracks added
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_ids | Yes | ||
| playlist_id | Yes |