batch_parse_spotify_uris
Parse up to 500 Spotify references in one local pass, splitting each into kind and ID components without network calls. Choose concise, detailed, or JSON output for each result row.
Instructions
Parse a batch of Spotify references into kind/ID parts in one local pass — no network calls; one result row per input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uris | Yes | Up to 500 Spotify references | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |