spotify_uri_kind
Identify whether a Spotify reference is a track, album, artist, playlist, or other entity by parsing its URI, URL, or bare ID locally. Returns null when the entity type cannot be determined.
Instructions
Report the entity kind of a single Spotify reference (uri/url/bare ID) locally, or null when the kind segment is missing or unknown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Spotify reference to inspect | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |