binge_detector_report
Flag binge-listened artists by analyzing recent plays against a threshold, reporting span and track coverage to reveal listening intensity.
Instructions
Flag artists whose recently-played counts exceed a play threshold (default ≥5 plays) with span and track coverage, sorted by intensity. Quota: GET /me/player/recently-played cursor walk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_items | No | Max recently-played items to walk (default 150; the API pages 50 per call). | |
| threshold | No | Minimum plays per artist to count as a binge (default 5). | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |