canonicalize_spotify_uri
Normalize batches of Spotify URIs by validating scheme, kind, and base62 ID while stripping tracking parameters—all locally without network calls.
Instructions
Canonicalise a batch of Spotify references in one local pass: *** scheme, known kind, 22-char base62 ID, tracking params stripped — no network.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uris | Yes | References to canonicalise | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |