analyze_library
Group and analyze music library data by genre, key, year, artist, or rating, with aggregation options like count, playCount, or totalTime, and return top results for insights.
Instructions
Analyze library with grouping and aggregation.
Args: group_by: Field to group by (genre, key, year, artist, rating) aggregate_by: Aggregation method (count, playCount, totalTime) top_n: Number of top results to return
Returns: Analysis results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aggregate_by | No | count | |
group_by | No | genre | |
top_n | No |