artist_representation_census
Ranks artists by the number of your saved tracks they appear on, returning a census of your listening library. Use it to identify the artists represented most often in your collection.
Instructions
Census of your saved tracks by credited artist: rank the top N artists by how many saved tracks they appear on. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | How many rows/groups to show (default 10) | |
| scan_cap | No | Max saved items to walk per paginated source (default: SPOTIFY_MCP_FETCH_ALL_CAP) | |
| 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 |