download_album
Downloads a TIDAL album to local storage using tidal-dl-ng. Requires prior installation and authentication.
Instructions
Downloads a TIDAL album to local storage using tidal-dl-ng.
USE THIS TOOL WHENEVER A USER ASKS FOR:
- "Download this album"
- "Save this album to my computer"
- "Download album ID X"
- "I want to download [album name]" (after identifying the album ID)
- Any request to download a complete album 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. Note that albums may take several minutes to download
3. If tidal-dl-ng is not installed, guide user to install it
4. If authentication failed, guide user to run 'tdn login' in terminal
5. The files will be saved to tidal-dl-ng's configured download location
Args:
album_id: The TIDAL album ID to download (numeric string)
Returns:
A dictionary containing download status and any output messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes |