make_spotify_uri
Build a valid spotify: URI from an entity kind and ID, rejecting invalid IDs and unknown kinds before construction.
Instructions
Construct a spotify: URI from kind + ID with strict validation — rejects wrong-length IDs and unknown kinds before anything is built.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Spotify entity ID | |
| kind | Yes | Entity kind | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |