download_track
Downloads a TIDAL track to your computer using tidal-dl-ng. Requires prior authentication via 'tdn login'.
Instructions
Downloads a TIDAL track to local storage using tidal-dl-ng.
USE THIS TOOL WHENEVER A USER ASKS FOR:
- "Download this track"
- "Save this song to my computer"
- "Download track ID X"
- "I want to download [song name]" (after identifying the track ID)
- Any request to download a single track from TIDAL
IMPORTANT PREREQUISITES:
1. tidal-dl-ng must be installed: pip install tidal-dl-ng
2. User must have authenticated tidal-dl-ng: run 'tdn login' in terminal
3. tidal-dl-ng authentication is SEPARATE from TIDAL MCP authentication
When processing the results of this tool:
1. Confirm the download was successful or explain any errors
2. If tidal-dl-ng is not installed, guide user to install it
3. If authentication failed, guide user to run 'tdn login' in terminal
4. The file will be saved to tidal-dl-ng's configured download location
Args:
track_id: The TIDAL track ID to download (numeric string)
Returns:
A dictionary containing download status and any output messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_id | Yes |