MCP Spotify Server

get_artist_related_artists

Retrieve Spotify catalog data to discover artists similar to a specified artist by providing the artist's Spotify ID or URI.

Instructions

Get Spotify catalog information about artists similar to a given artist

Input Schema

NameRequiredDescriptionDefault
idYesThe Spotify ID or URI for the artist

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "The Spotify ID or URI for the artist", "type": "string" } }, "required": [ "id" ], "type": "object" }
ID: mmrvuig6tp