get_recent_sessions
Retrieve recent DJ session history from rekordbox databases within a specified timeframe, defaulting to the last 30 days.
Instructions
Get recent DJ history sessions within the specified number of days.
Args: days: Number of days to look back (default: 30)
Returns: List of recent history sessions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
days | No |
Input Schema (JSON Schema)
{
"properties": {
"days": {
"default": 30,
"title": "Days",
"type": "integer"
}
},
"type": "object"
}