snapshot_integrity_check
Validate Spotify playlist snapshots by checking JSON structure, required _meta keys, and track_count consistency with the tracks array; run on a single snapshot or all saved snapshots.
Instructions
Validate one snapshot (or all of them): JSON parses, required _meta keys exist, and the declared track_count matches the tracks array Snapshot guide: take_playlist_snapshot (create), list_saved_snapshots (list), read_playlist_snapshot (read), diff_playlist_snapshots / snapshot_new_tracks / snapshot_removed_tracks (diff), restore_playlist_from_snapshot / restore_playlist_plan (restore).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snapshot | No | One snapshot (id/filename/path); omit to check ALL snapshots | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |