create_playlist_from_tracks
Creates a Spotify playlist from proposed tracks, searches each on Spotify, adds confident matches, and returns the playlist ID while listing any unresolved tracks.
Instructions
Create a playlist from LLM-proposed {title, artist} picks. The server searches each on Spotify, adds the confident matches, and reports any it couldn't find under 'unresolved'. Returns the new playlist_id + uri.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| public | No | ||
| tracks | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||