MCP Spotify Server

get_artist

Retrieve detailed Spotify catalog information for an artist using their Spotify ID or URI. Integrates with the Spotify Web API to fetch artist data efficiently.

Instructions

Get Spotify catalog information for an 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