add_tags
Add custom tags to tracks on your Last.fm profile to organize and categorize your music collection. Specify artist, track name, and up to 10 comma-separated tags for personalized music management.
Instructions
Add tags to a track on your Last.fm profile. Requires authentication - use authenticate_user() and get_session() first.
Args: artist: Artist name track: Track name tags: Comma-separated list of tags (max 10)
Returns: Confirmation of tag addition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist | Yes | ||
| track | Yes | ||
| tags | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |