get_artist_top_tracks
Retrieve an artist's most popular tracks from Last.fm data by providing the artist name, with options for MBID, autocorrection, and result pagination.
Instructions
Get an artist's most popular tracks
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 tracks
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist | Yes | ||
| mbid | No | ||
| autocorrect | No | ||
| limit | No | ||
| page | No |