add_reviewed_tracks
Add approved tracks from a reviewed CSV to your Spotify playlist. Use after batch search to resolve uncertain matches by specifying 'approve', 'reject', or custom URIs.
Instructions
Add tracks from a reviewed CSV to an existing playlist.
Use this after reviewing uncertain matches from a batch search.
The CSV should have an 'action' column:
'approve': Add the matched track
'reject': Skip this track
spotify:track:xxx: Use this specific URI instead
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist_id | Yes | Existing playlist ID | |
| reviewed_csv | Yes | Reviewed CSV content with 'action' column |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||