get_user_playlists
List the current user's Spotify playlists, with options to paginate results, fetch all playlists up to 500, and choose concise, detailed, or JSON response formats.
Instructions
List the current user's playlists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 1–50. Default: 20 | |
| offset | No | Pagination offset. Default: 0 | |
| fetch_all | No | Fetch every playlist (up to 500), continuing FROM offset rather than restarting at 0. limit is the page size. Note: library tools' fetch_all instead ignores offset — contracts differ between modules (#110). | |
| 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 |