sort_playlist_plan
Preview a playlist reordered by name, artist, album, duration, added-at date, or release era without committing changes; then apply the planned order to save it.
Instructions
Plan a sort of a playlist by name, artist, album, duration, added-at date or release era and preview the exact resulting order — read-only, commits nothing (use sort_playlist_apply to commit). Quota: 🟢 1–2 GETs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort_by | No | Sort key. Default name | |
| direction | No | Sort direction. Default asc | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id | Yes | Playlist to plan a sort for (ID or spotify:playlist: URI) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |