get_user_profile
Retrieve any Spotify user's public profile to get their display name, follower count, and profile image. Note: Spotify's February 2026 API changes remove this capability for newer app registrations.
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 |