taste_genre_bridge
Explores music taste by generating playlist picks that transition from a start genre to a target genre, with evidence and risk for each track.
Instructions
Genre-bridge playlist spec: picks spanning two genres with evidence + risk per pick. Read-only, no auth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to_genre | No | Target genre (substring). Default: most novel adjacent genre | |
| from_genre | No | Start genre (substring). Default: lifetime #1 | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| track_count | No | Picks to list. Default: 8 | |
| 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 |