get_tag_top_artists
Retrieve top artists by music genre or tag from Last.fm data, with options to limit results and paginate through pages.
Instructions
Get top artists for a tag
Args: tag: Tag name limit: Maximum number of results to return (1-50, default: 10) page: Page number to retrieve (default: 1)
Returns: Formatted list of top artists for the tag
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | ||
| limit | No | ||
| page | No |