track_rotation_report
Counts track plays from your recent Spotify history and groups them into heavy, regular, or light rotation to show which songs you listen to most.
Instructions
Report how many times each track appears in recently-played history and bucket them into heavy/regular/light rotation (default 150 history items). Quota: GET /me/player/recently-played cursor walk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_items | No | Max recently-played items to walk (default 150; the API pages 50 per call). | |
| 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 |