get_user_recent_tracks
Retrieve a Last.fm user's recent scrobble history, including the currently playing track, with filters for time range and pagination.
Instructions
Get a user's recent scrobbles, including the currently playing track
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Unix timestamp — only scrobbles before this | |
| from | No | Unix timestamp — only scrobbles after this | |
| page | No | Page number | |
| user | No | Last.fm username; defaults to MCP_LASTFM_USERNAME when set, so it can be omitted for your own account | |
| limit | No | Results per page | |
| extended | No | Include extended artist/loved data |