import_and_create_playlist
Import a CSV of songs and artists, search each track on Spotify, and create a new playlist with the matched results.
Instructions
Full workflow: Parse song list CSV, search all tracks, create playlist.
This is the main tool for bulk playlist creation from a list of songs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Playlist name | |
| csv_content | Yes | CSV content with columns: title, artist | |
| include_confidence | No | "high", "high_medium", or "all" | high |
| description | No | Playlist description | |
| public | No | Whether playlist is public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||