get_top_tracks
Retrieve a user's most frequently played tracks, with options for time range, result limits, and response format.
Instructions
Get the user's most-played tracks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 1–50. Default: 20 | |
| offset | No | Start position (0-based). Default: 0 | |
| time_range | No | ~4 weeks / ~6 months / all time. Default: medium_term | |
| 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 |