TIDAL · Arazzo Workflow
TIDAL Artist Discography Explorer
Version 1.0.0
Resolve an artist, then walk their albums, top tracks, and similar artists.
Provider
Workflows
artist-discography
Explore an artist's albums, tracks, and similar artists.
Reads an artist, then follows the albums, tracks, and similarArtists relationships to build a picture of the artist's catalog and neighbours.
1
getArtist
{$sourceDescriptions.artistsApi.url}#/paths/~1artists~1{id}/get
Retrieve the artist resource, including the albums relationship so the discography can be enumerated.
2
getArtistAlbums
{$sourceDescriptions.artistsApi.url}#/paths/~1artists~1{id}~1relationships~1albums/get
Follow the artist albums relationship to list the album resource identifiers attributed to the artist.
3
getArtistTracks
{$sourceDescriptions.artistsApi.url}#/paths/~1artists~1{id}~1relationships~1tracks/get
Follow the artist tracks relationship to list the artist's tracks, collapsing similar entries by fingerprint as required by the operation.
4
getSimilarArtists
{$sourceDescriptions.artistsApi.url}#/paths/~1artists~1{id}~1relationships~1similarArtists/get
Follow the similarArtists relationship to surface related artists for further exploration.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.