week_in_review_playlist
Build a Week-of-date playlist from the last 7 days of listening, deduped and sorted by recency. Rerun to replace it; dry run previews tracklist.
Instructions
Create a "Week of " playlist from the last 7 days of plays: deduped, ordered by recency. Rerunning replaces the same playlist's content — your weekly ritual in one call. Quota: 1-3 reads + 1-3 writes. dry_run previews the tracklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rerun | No | If a playlist with the same name exists, replace its content instead of failing. | |
| dedupe | No | Keep one entry per track. Default true. | |
| dry_run | No | Preview the plan (default true). | |
| week_offset | No | 0 = last 7 days, 1 = the week before that, etc. | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |