get_playlist_added_dates
Retrieve the added date and added-by user for every track in a Spotify playlist, with optional sorting by addition time.
Instructions
List when each track was added to a playlist (added_at + added_by). Quota: 🟢 GET /playlists/{id}/items paged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort by added_at (default added_asc) | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| playlist_id | Yes | Playlist ID | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |