get_album_top_tags
Retrieve top tags for a music album by specifying artist and album names, helping users identify genres, moods, and themes associated with the release.
Instructions
Get tags associated with an album
Args: artist: Artist name album: Album name mbid: Optional MBID (MusicBrainz ID) of the album autocorrect: Whether to use autocorrection for the names
Returns: Formatted list of top tags for the album
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist | Yes | ||
| album | Yes | ||
| mbid | No | ||
| autocorrect | No |