Skip to main content
Glama
raydollete

TIDAL Music MCP

by raydollete

search_tidal

Search TIDAL's catalog for tracks, albums, artists, and playlists. Returns results grouped by type with a top hit and TIDAL URLs.

Instructions

Search TIDAL's catalog for tracks, albums, artists, and playlists.

USE THIS TOOL WHENEVER A USER ASKS FOR:
- "Search for [song/album/artist name]"
- "Find [song name] on TIDAL"
- "Look up [artist name]"
- "Search TIDAL for [query]"
- "Find albums by [artist]"
- Any request to search or find music in TIDAL's catalog

When processing the results of this tool:
1. Present the top_hit first if available - this is TIDAL's most relevant result
2. Group results by type (tracks, albums, artists, playlists)
3. Include the TIDAL URL for each result so users can easily access them
4. For tracks, include artist and album information
5. For albums, include artist and track count
6. Format results in a clear, readable manner

Args:
    query: Search query (e.g., "Bohemian Rhapsody", "Radiohead", "Dark Side of the Moon")
    search_type: Type of content to search for:
                - "track" - Search only for tracks/songs
                - "album" - Search only for albums
                - "artist" - Search only for artists
                - "playlist" - Search only for playlists
                - "all" (default) - Search all content types
    limit: Maximum number of results per type (default: 50, max: 300)

Returns:
    Dictionary with search results organized by type (tracks, albums, artists, playlists)
    and an optional top_hit for the most relevant result

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
search_typeNoall
Behavior4/5

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

No annotations are provided, so description carries full burden. It discloses return format (dictionary with grouped results and top_hit) and gives processing instructions. Does not explicitly state idempotency or safety, but as a search tool it is assumed read-only.

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?

Description is structured with clear sections (purpose, when to use, processing instructions, args, returns) and front-loaded. It is somewhat long but necessary given the lack of annotations and schema descriptions; every sentence adds value.

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

Completeness4/5

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

No output schema, so description compensates by explaining return format and processing steps. Covers search across multiple content types with parameter details. Could mention pagination behavior, but limit parameter suffices. Overall complete for a search tool.

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?

Schema description coverage is 0%, but the description thoroughly explains each parameter: query with examples, search_type with explicit options ('track', 'album', 'artist', 'playlist', 'all'), and limit with default (50) and max (300). This adds significant value beyond the schema.

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?

Description clearly states 'Search TIDAL's catalog for tracks, albums, artists, and playlists.' It provides specific example user requests and distinguishes from sibling tools like batch_search_tidal, which handles multiple queries.

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 concrete user requests ('USE THIS TOOL WHENEVER A USER ASKS FOR:'). Does not explicitly mention when not to use or alternatives, but the sibling context and the examples make usage clear.

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