statsfm_top_albums
Retrieve a user's most-streamed albums from stats.fm, with options to filter by time range and paginate results.
Instructions
A stats.fm user's most-streamed albums
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 |