spotify_uri_to_open_url
Convert any Spotify URI, bare ID, or URL into its open.spotify.com share link. Resolves local URI formats to a universally accessible URL.
Instructions
Convert a spotify: URI (or bare ID + kind) into its https://open.spotify.com share URL locally, stripping nothing else.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | Spotify URI, bare ID, or URL to convert | |
| kind | No | Entity kind when the input is a bare ID | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |