Recently Played
get_recently_playedRetrieve your recently played tracks in reverse chronological order, with timestamps, by specifying the number of tracks to return.
Instructions
Get recently played tracks, most recent first.
Args:
limit: Max tracks to return (1-50, default 20)
Returns:
RecentlyPlayed with each track's played_at timestamp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes |