get_artist_top_albums
Retrieve an artist's most popular albums from Last.fm music data. Specify the artist name to get a formatted list of top albums with customizable result limits.
Instructions
Get an artist's most popular albums
Args: artist: Artist name mbid: Optional MBID (MusicBrainz ID) of the artist autocorrect: Whether to use autocorrection for the artist name limit: Maximum number of results to return (1-50, default: 10) page: Page number to retrieve (default: 1)
Returns: Formatted list of the artist's top albums
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist | Yes | ||
| mbid | No | ||
| autocorrect | No | ||
| limit | No | ||
| page | No |