batch_parse_spotify_uris
Parse up to 500 Spotify references into kind and ID components in one local pass without network calls, returning one row per input for easy processing.
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 |