get_followed_artists
Retrieve all artists a Spotify user follows with cursor-based pagination. Use it to audit, analyze, or visualize followed artists, with configurable page size and result limits.
Instructions
Get all artists the user follows (cursor-based pagination)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Artist ID cursor for pagination (from previous response) | |
| limit | No | 1–50. Default: 20 | |
| 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 |