compare_listening_periods
Analyze changes in your Spotify listening habits between two time periods to track volume, diversity, and preference shifts.
Instructions
Compare your listening habits between two time periods.
See how your listening volume, diversity, and preferences have changed.
Example queries:
"Compare my listening in summer 2024 vs summer 2023"
"How did my music habits change from Q1 to Q2?"
"Am I listening more this year than last year?"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period1_start | Yes | Start date of first period (YYYY-MM-DD) | |
| period1_end | Yes | End date of first period (YYYY-MM-DD) | |
| period2_start | Yes | Start date of second period (YYYY-MM-DD) | |
| period2_end | Yes | End date of second period (YYYY-MM-DD) |