snapshot_retention_plan
Generates a retention plan showing which Spotify playlist snapshots a keep-last-N and age-based policy would keep or delete without deleting anything.
Instructions
Report which snapshots a keep-last-N (+ optional age cutoff) retention policy would keep or delete — never deletes anything
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlist | No | Restrict the plan to this playlist (ID or URI) | |
| keep_last | No | Snapshots to KEEP per playlist (default 5) | |
| older_than_days | No | Also mark snapshots older than this many days for deletion | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |