get_top_rated_tracks
Retrieve a list of the highest-rated tracks from your rekordbox library, customizable by limit for efficient track selection and management.
Instructions
Get the highest rated tracks in the library.
Args: limit: Maximum number of tracks to return
Returns: List of top rated tracks
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 20,
"title": "Limit",
"type": "integer"
}
},
"type": "object"
}