check_artist_releases
Check watched artists for new releases since last check or within a lookback window, with budget controls for API request costs.
Instructions
Check watched artists for new releases since last check (or within lookback_days). WARNING: N artists in watchlist = N API requests. Use max_artists to budget and dry_run to preview cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Albums per artist to fetch, 1–50. Default: 10 | |
| 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). Truncates to max_artists and reports watchlist_size / artists_scanned / truncated. | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| lookback_days | No | Only consider releases from the last N days | |
| watchlist_name | No | Watchlist name. Default: "default" | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |