album_anniversary_check
Check an artist's upcoming album anniversaries within a set window and flag milestone years to plan re-listens or anniversary posts.
Instructions
Upcoming album anniversaries for an artist within the next window_days, with milestone years (5/10/15/…) flagged — plan re-listens or anniversary posts. Quota: 🟡 one paginated /artists/{id}/albums walk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes | Spotify artist ID, URI, or URL | |
| window_days | No | Look-ahead window in days. Default: 30 | |
| milestone_step | No | Flag anniversaries divisible by this step. Default: 5 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |