spotify_uri_kind
Determine whether a Spotify reference is a track, album, artist, playlist, or other entity. Inspect URIs, URLs, or bare IDs locally to classify them, returning null when the kind is unrecognized.
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 |