statsfm_top_artists
Retrieve a stats.fm user's most-streamed artists by user ID. Set the ranking window, limit, and offset to get the desired slice of listening history.
Instructions
A stats.fm user's most-streamed artists
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 |