add_track_to_playlist
Append a single track to a laut.fm playlist only if it is not already included. Provide station, playlist, and track IDs to update the playlist.
Instructions
Append a single track to a playlist. The track must not already be in the playlist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_id | Yes | The track ID to add | |
| station_id | Yes | The station ID | |
| playlist_id | Yes | The playlist ID |