top_track_leaderboard
Combine top tracks from short, medium, and long-term listening into a recency-weighted leaderboard, ranking tracks by 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 |