get_mix_tracks
Retrieve the full track list for a TIDAL mix using its mix ID. Get track details and count to answer questions about mix contents.
Instructions
Retrieves the tracks within a specific TIDAL mix.
USE THIS TOOL WHENEVER A USER ASKS FOR:
- "What's in my [mix name]?"
- "Show me the tracks in this mix"
- Any request to see the contents of a mix (including the listening-history
mixes returned by get_listening_history())
Args:
mix_id: The TIDAL mix ID (from get_user_mixes() or get_listening_history())
limit: Maximum number of tracks to retrieve (default: 100)
Returns:
A dictionary containing the mix's tracks and a track_count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| mix_id | Yes |