undo_mutation
Revert a Spotify change using its receipt ID, converting playlist additions to removals and library saves to removals. Supports dry-run previews.
Instructions
Undo a specific mutation by receipt ID. Inverts: playlist_items add→remove, library save→remove. Non-reversible kinds return not reversible. Supports dry_run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| receipt_id | Yes | Receipt ID to undo | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |