playlist_fill_from_search
Grow a playlist to a target size by cycling your search queries, adding the first unseen matching track per query in each pass until the count is reached.
Instructions
Grow a playlist to N items from search queries you supply: round-robin one pick per query per pass, first unseen track match wins, chunked adds. Complements listening-data grow_playlist. Quota: 🟡 len(queries) searches + chunked adds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | ISO 3166-1 alpha-2 market for search | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| queries | Yes | Search queries, cycled round-robin (1–25) | |
| playlist_id | Yes | Playlist to grow (ID or spotify:playlist: URI) | |
| target_count | No | Grow the playlist until it reaches this many NEW items. Default 20 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |