artist_release_digest
Check a watchlist for new releases since the last check. Use max_artists to budget lookups and dry_run to preview before running.
Instructions
Show a digest of new releases since the last check for a watchlist. WARNING: N artists = N requests. Use max_artists to budget and dry_run to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| max_artists | No | Per-call budget for artist lookups. Default: 25 (or SPOTIFY_MCP_FRESHNESS_BUDGET). | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| watchlist_name | No | Watchlist name. Default: "default" | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |