get_user_weekly_album_chart
Retrieve a user's weekly album chart from Last.fm, specifying a week by Unix timestamps or defaulting to the latest chart.
Instructions
Get a user's album chart for a given week (or the latest)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Unix timestamp — chart range end | |
| from | No | Unix timestamp — chart range start | |
| user | No | Last.fm username; defaults to MCP_LASTFM_USERNAME when set, so it can be omitted for your own account |