get_user_playlists_by_id
Retrieve public playlists for any Spotify user by user ID, with pagination and result limits. Use this to fetch another user's public playlist data when you know their Spotify username.
Instructions
List another Spotify user's public playlists (paginated). Removed by Spotify's February 2026 Web API changes — unavailable for newer app registrations. Output is capped by max_results (default: SPOTIFY_MCP_MAX_ITEMS).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 1–50. Default: 20 | |
| offset | No | Pagination offset. Default: 0 | |
| user_id | Yes | Spotify user ID | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |