join_uri_list
Combine Spotify references into a single delimited string with comma, semicolon, newline, or custom glue. Operates locally to prepare URI lists for playlists or bulk actions.
Instructions
Join an array of Spotify references into a single delimited string — comma, semicolon, newline, or a custom glue; local only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uris | Yes | References to join | |
| separator | No | Glue between items; common choices ',', ';', or '\n' | , |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |