Skip to main content
Glama
ibeal
by ibeal

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

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
mix_idYes
Install Server

TDQS

A4.6/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral burden. It discloses that the tool retrieves data, explains the limit parameter, and states the return shape (dictionary with tracks and track_count). It does not cover auth or error cases, but for a simple read operation this is a reasonable level of disclosure.

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

Conciseness5/5

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

The description is well structured: purpose, usage triggers, arguments, and return value. The trigger examples are slightly repetitive, but they add practical selection value and there is no filler.

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?

The description provides all essential context for calling the tool: where to obtain mix_id, the meaning of limit, expected return shape, and clear usage triggers. Since there is no output schema, the described return value is especially important and is included.

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 fully compensates. mix_id is explained as coming from get_user_mixes() or get_listening_history(), and limit is defined as the maximum number of tracks with a default of 100.

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?

The first sentence states the exact operation ('Retrieves the tracks') on a specific resource ('a specific TIDAL mix'). The examples clarify that this is about mix contents, distinguishing it from playlist, search, and recommendation siblings.

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?

Provides explicit 'USE THIS TOOL WHENEVER A USER ASKS FOR' trigger examples, including listening-history mixes returned by get_listening_history(). It lacks an explicit when-not-to-use list or alternative tool names, but the usage context is strongly signaled.

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

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/ibeal/tidal-mcp'

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