top_artist_leaderboard
Combine your Spotify top artists from recent, medium, and long-term listening into a single ranked leaderboard. This scores artists with recency-weighted points and returns a unified ranking.
Instructions
Score top artists 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/artists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Artists 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 |