deep_dive_report
Analyze a specific artist's listening data: recent play counts, which tracks rotate, and their rank in your top-artists windows.
Instructions
Deep-dive one artist: recently-played counts, which of their tracks rotate, and their rank in each top-artists window (accepts ID, URI, or URL). Quota: GET /me/player/recently-played + 3× GET /me/top/artists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist | Yes | Artist ID, URI, or URL. | |
| max_items | No | Max recently-played items to walk (default 150; the API pages 50 per call). | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |