split_uri_list
Split delimited strings of Spotify references into a clean array using commas, semicolons, whitespace, or newlines. Converts raw input into structured data for further processing.
Instructions
Split a delimited string of Spotify references into a clean array — accepts comma, semicolon, whitespace, or newline separators; local only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | Yes | Delimited list of Spotify references | |
| delimiter | No | Explicit delimiter; default auto-detects ',', ';', whitespace, or newline | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |