playlist_names_bulk_normalize
Normalize messy Spotify playlist names in bulk: strip noise like '(Official Copy)' and duplicate numbers, add a prefix/suffix, or renumber. Preview before committing.
Instructions
One-shot name hygiene across your library: strip "(Official Copy)"-style noise, trailing "2" duplicates, apply a prefix/suffix, or renumber. Preview → commit. Quota: 🟡 GET + N PUTs (N = renamed only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | No | Normalize op. Default strip_noise | |
| match | No | Only rename playlists whose name contains this substring | |
| prefix | No | prefix: text to prepend | |
| suffix | No | suffix: text to append | |
| dry_run | No | Preview only: perform the read side and return a PLAN without changing anything. Default true — pass false to commit. | |
| apply_to | No | Rename only your own playlists or every followed one. Default owned | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |