statsfm_taste_recommendations
Analyze a user's listening history to recommend adjacent genres and artists. Provides evidence and risk notes for each suggestion to inform exploration.
Instructions
Bridge-mode recommendations: adjacent genres/artists between the listener’s core and the unexplored, each with evidence and a risk note. Heuristic over stats.fm tops — read-only, no auth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |