snapshot_integrity_check
Validate Spotify data snapshots by checking JSON parsing, required _meta keys, and that track_count matches the tracks array. Run on a single snapshot or all to ensure integrity.
Instructions
Validate one snapshot (or all of them): JSON parses, required _meta keys exist, and the declared track_count matches the tracks array
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 |