get_user_profile
Get a Spotify user's public profile: display name, follower count, profile image. Unavailable for new apps due to Spotify's Feb 2026 API changes.
Instructions
Get any Spotify user's public profile (display name, follower count, profile image). Removed by Spotify's February 2026 Web API changes — unavailable for newer app registrations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Spotify user ID | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |