get_track_top_tags
Retrieve top music genre tags for a specific track by providing artist and song name, helping categorize and understand musical styles.
Instructions
Get tags associated with a track
Args: artist: Artist name track: Track name mbid: Optional MBID (MusicBrainz ID) of the track autocorrect: Whether to use autocorrection for the names
Returns: Formatted list of top tags for the track
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist | Yes | ||
| track | Yes | ||
| mbid | No | ||
| autocorrect | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |