top_track_leaderboard
Builds a ranked leaderboard of your top tracks by scoring short-, medium-, and long-term listening data with recency-weighted points.
Instructions
Score top tracks across all three time windows with recency-weighted points (short×3, medium×2, long×1) and rank the combined leaderboard. Quota: 3× GET /me/top/tracks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Tracks fetched per window (default 30). | |
| 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 |