get_recently_played
Retrieve a user's recently played tracks with timestamps. Supports filtering by time range and limiting results.
Instructions
Get recently played tracks with timestamps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Unix timestamp ms — return tracks played after this time | |
| limit | No | 1–50. Default: 20 | |
| before | No | Unix timestamp ms — return tracks played before this time | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |