artist_completeness_score
Score your top artists by how many of their top tracks you've saved, returning a 0-100% completeness rating to reveal collection gaps. Capped at 25 artists.
Instructions
For your top N saved-track artists, fetch each artist’s top tracks and score how many of them you have saved (0–100%). Read-only, capped at 25 artists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | How many top artists to score (default 10, max 25 — one request each) | |
| dry_run | No | Preview only: report the request cost of the scan without performing it (default false) | |
| scan_cap | No | Max saved items to walk per paginated source (default: SPOTIFY_MCP_FETCH_ALL_CAP) | |
| 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 |