MCP Spotify Server

get_multiple_artists

Get Spotify catalog information for multiple artists

Input Schema

NameRequiredDescriptionDefault
idsYesArray of Spotify artist IDs or URIs (max 50)

Input Schema (JSON Schema)

{ "properties": { "ids": { "description": "Array of Spotify artist IDs or URIs (max 50)", "items": { "type": "string" }, "maxItems": 50, "type": "array" } }, "required": [ "ids" ], "type": "object" }