TIDAL · Arazzo Workflow
TIDAL Discovery Mix Tracks
Version 1.0.0
Read the user's discovery mix, enumerate its items, then resolve the first track.
Provider
Workflows
discovery-mix-tracks
Read the user's discovery mix and resolve its first track.
Reads the user's discovery mix, follows the items relationship for recommended track ids, and reads the first track plus its artist.
1
getDiscoveryMix
{$sourceDescriptions.recommendationsApi.url}#/paths/~1userDiscoveryMixes~1{id}/get
Read the authenticated user's userDiscoveryMixes resource, using `me` to target the caller, including the items relationship.
2
getMixItems
{$sourceDescriptions.recommendationsApi.url}#/paths/~1userDiscoveryMixes~1{id}~1relationships~1items/get
Follow the discovery mix items relationship to enumerate the recommended track resource identifiers.
3
getTrack
{$sourceDescriptions.catalogApi.url}#/paths/~1tracks~1{id}/get
Read the first recommended track from the catalog, including its artists relationship.
4
getTrackArtists
{$sourceDescriptions.catalogApi.url}#/paths/~1tracks~1{id}~1relationships~1artists/get
Follow the track artists relationship to resolve the performing artist for the first recommended track.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for arazzo workflows
4 MCP tools reach this
find_arazzoBrowse and filter every workflow in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/tidal-discovery-mix-tracks-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.