taste_to_playlist
Generate a playlist track list from a stats.fm user's taste profile, blending lifetime top tracks with recent streams. Preview with dry_run; read-only, never writes to Spotify.
Instructions
Taste profile → playlist track list (DRY RUN first): blend lifetime tops with recent streams into a copy-pasteable track list. Read-only — never writes to Spotify.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Blend seed. Default: mixed | |
| dry_run | No | Preview only (default true). False still only returns the list — writes happen via Spotify tools. | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| track_count | No | Tracks to list. Default: 20 | |
| statsfm_user | Yes | stats.fm user ID (or username) — public profile, no auth needed | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |