statsfm_top_tracks_from_artist
Retrieve a user's top tracks from a specified artist using stats.fm data.
Instructions
A user's top tracks from one artist
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") | |
| artist_id | Yes | stats.fm artist id | |
| 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 |