undo_preview
Preview a Spotify mutation revert before applying it: see the exact diff and target inversion calls from the receipt, with no changes executed.
Instructions
Dry-run for undo_mutation: shows exactly what a receipt-driven revert WOULD do (diff of before/after, target inversion calls) without executing. 0-2 reads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| check | No | Optionally verify the target still exists (1 read) | |
| mutation_id | Yes | Receipt id (rcpt_N) to preview reverting | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |