Skip to main content
Glama
raydollete

TIDAL Music MCP

by raydollete

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

TableJSON Schema
NameRequiredDescriptionDefault
album_idYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses external dependency (tidal-dl-ng), separate authentication, potential download time, error handling guidance, and return format. No annotations exist, so the description fully bears this burden.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Well-structured with sections for purpose, when to use, prerequisites, after-use steps, args, and returns. All sentences add value, though slightly verbose. Front-loaded with main action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given one parameter, no output schema, and low schema coverage, the description is remarkably thorough: covers purpose, prerequisites, usage, behavior, error handling, and return value. Very complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides minimal description (type string, title). The description's 'Args' section adds clear semantics: 'The TIDAL album ID to download (numeric string)', compensating for 0% schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it downloads a TIDAL album to local storage using tidal-dl-ng. Provides specific user requests that should trigger this tool, distinguishing it from siblings like download_track or download_playlist.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly lists when to use the tool with example queries and important prerequisites (installation, authentication). Lacks explicit 'when not to use' but provides comprehensive context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/raydollete/tidal-dl-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server