get_recently_played
Retrieve recently played tracks from a Spotify account. Optionally limit the number of tracks or filter by timestamps.
Instructions
Get the user's recently played tracks.
Args:
limit: Maximum number of items to return (1-50, default 20).
after: Unix-ms cursor; return items played AFTER this timestamp.
before: Unix-ms cursor; return items played BEFORE this timestamp.
Only one of `after` / `before` may be set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| after | No | ||
| before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |