get_top_artists
Retrieves the user's most-played artists over a specified time range, with options to limit the number of results.
Instructions
Get the user's most-played artists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 1–50. Default: 20 | |
| offset | No | Start position (0-based). Default: 0 | |
| time_range | No | ~4 weeks / ~6 months / all time. Default: medium_term | |
| 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 |