Skip to main content
Glama

rekordbox-mcp

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

NameRequiredDescriptionDefault
aggregate_byNocount
group_byNogenre
top_nNo

Input Schema (JSON Schema)

{ "properties": { "aggregate_by": { "default": "count", "title": "Aggregate By", "type": "string" }, "group_by": { "default": "genre", "title": "Group By", "type": "string" }, "top_n": { "default": 10, "title": "Top N", "type": "integer" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/davehenke/rekordbox-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server