parse_spotify_uri
Parse a Spotify URI, URL, or bare ID to extract entity type and ID, validating the input and reporting errors without any network call.
Instructions
Parse a single spotify: URI into its entity kind and ID parts without any network call; reports validity and a parse error when malformed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Spotify URI, open.spotify.com URL, or bare ID to parse | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |