year_in_review
Generate a markdown year-in-review from Spotify data: top tracks and artists across time ranges, decade mix, library growth, and discovery ratio.
Instructions
Spotify-Wrapped substitute: top tracks/artists across all top-list time ranges, decade mix, library growth and discovery ratio, rendered as a markdown review. Local compute. Quota: ~9 reads (3 top ranges × 2 lists + library + history).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Year to review (used for library-growth histogram framing). Default: current year. | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| output_format | No | Render as markdown review or raw json | markdown |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |