create_playlist_from_search_results
Create a Spotify playlist from batch search results with confidence filtering to include only high-quality matches.
Instructions
Create a playlist from batch search results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Playlist name | |
| batch_results | Yes | Results from batch_search_tracks | |
| include_confidence | No | Which confidence levels to include: - "high": Only >= 90% matches (safest) - "high_medium": >= 70% matches - "all": All matches (use with caution) | high |
| description | No | Playlist description | |
| public | No | Whether playlist is public |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||