following_analytics
Identify patterns in your followed artists by grouping them by genre, popularity, or followers. Returns top categories with counts to uncover taste and audience insights.
Instructions
Analytics over followed artists: genre/popularity rollups via batch /artists?ids= enrichment. Quota: 🟢 GET /me/following + GET /artists batches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | Top N groups to show | |
| group_by | No | genre | |
| 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 |