playlist_artist_heat
Check artist concentration in a playlist by computing top-artist share, HHI index, and repeat-artist track counts to see if the mix is dominated by one band.
Instructions
Local artist-concentration check: top-artist share, an HHI concentration index, and the repeat-offender list with track counts. "Is this mix just one band?" Quota: 🟢 1 GET.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | Artists to list. Default 5 | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id | Yes | Playlist to analyse (ID or spotify:playlist: URI) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |