taste_revival_queue
Builds an ordered re-listen queue from forgotten favorites and dormant-artist tracks. Falls back to search_tracks when needed, without requiring authentication.
Instructions
Revival queue builder: ordered re-listen queue from forgotten favorites + dormant-affinity artists, each with a search_tracks fallback line. Read-only, no auth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| queue_size | No | Queue length. Default: 10 | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| 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 |