get_artist_top_tracks
Retrieve the most popular tracks for any artist using their name or MusicBrainz ID. Paginate results and correct misspellings automatically.
Instructions
Get an artist's most popular tracks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mbid | No | MusicBrainz artist ID | |
| page | No | Page number | |
| limit | No | Results per page | |
| artist | No | Artist name (required unless mbid given) | |
| autocorrect | No | Correct misspelled artist names |