statsfm_top_genres
Get a user's most-streamed genres from stats.fm, with optional time range and result limits.
Instructions
A stats.fm user's most-streamed genres
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 1–100. Default: 10 | |
| range | No | Ranking window. Default: lifetime | |
| offset | No | Start position (0-based). Default: 0 | |
| user_id | Yes | stats.fm user id or customId (e.g. "martijn") | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |