get_user_top_albums
Retrieve a user's most played albums from Last.fm for specified time periods, with customizable results and pagination.
Instructions
Get a user's most played albums
Args: user: Username period: Time period (7day, 1month, 3month, 6month, 12month, overall) limit: Maximum number of results to return (1-50, default: 10) page: Page number to retrieve (default: 1)
Returns: Formatted list of user's top albums
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | ||
| period | No | overall | |
| limit | No | ||
| page | No |