spotify_profile
Retrieve any Spotify public profile by username, URI, or URL. Returns normalized profile metadata and preview playlists in clean JSON.
Instructions
Retrieve Spotify public profile. Returns normalized public profile metadata and preview playlists from Spotify's Web Player user-profile service. Provide username, uri, or url; defaults to Spotify's official profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Spotify user URI | |
| url | No | open.spotify.com user URL | |
| username | No | Spotify username | |
| artist_limit | No | Recently played artist limit, clamped to 0-50 | |
| episode_limit | No | Embedded episode limit, clamped to 0-50 | |
| playlist_limit | No | Embedded public playlist limit, clamped to 0-50 |