statsfm_charts_tracks
Retrieve a user's all-time top tracks chart with movement indicators. Specify user_id to get ranked tracks with position changes.
Instructions
All-time chart of a user's top tracks with movement indicators
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 1–100. Default: 20 | |
| 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 |