top_genre_census
Compute a weighted genre census from your top Spotify artists across three time windows, resolving each artist's genres via the API, and return a ranked summary of your listening taste.
Instructions
Build a weighted genre census from your top artists (rank-weighted across the three windows; genres resolved via the batch /artists endpoint, default 40 artists per window). Quota: 3× GET /me/top/artists + 1× GET /artists?ids=.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Artists fetched per window (default 40). | |
| 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 |