TIDAL · Arazzo Workflow
TIDAL Album Tracklist Explorer
Version 1.0.0
Read an album, enumerate its items, then resolve the first track and its artist.
Provider
Workflows
album-tracklist
Read an album, its items, and the first track's artist.
Reads an album, follows its items relationship, reads the first item as a track, and follows the track artists relationship.
1
getAlbum
{$sourceDescriptions.albumsApi.url}#/paths/~1albums~1{id}/get
Read the album resource, including its artists and items relationships for context.
2
getAlbumItems
{$sourceDescriptions.albumsApi.url}#/paths/~1albums~1{id}~1relationships~1items/get
Follow the album items relationship to enumerate the track and video resource identifiers on the album.
3
getFirstTrack
{$sourceDescriptions.tracksApi.url}#/paths/~1tracks~1{id}/get
Read the first album item as a track, including its artists relationship.
4
getTrackArtists
{$sourceDescriptions.tracksApi.url}#/paths/~1tracks~1{id}~1relationships~1artists/get
Follow the track artists relationship to resolve the performing artist identifiers for the first 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.