statsfm_taste_profile
Retrieves a user's listening taste snapshot from stats.fm, showing core artists, top genres, loyalty vs novelty balance, and listening day-parting patterns. Use this to analyze listening habits without authentication.
Instructions
Taste snapshot from stats.fm: core artists, top genres, loyalty-vs-novelty balance, and day-parting (when you listen). Read-only, no auth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | stats.fm range window. Default: lifetime | |
| 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 |