MCP Spotify Server

get_multiple_artists

Retrieve Spotify catalog details for multiple artists using their IDs or URIs. Supports up to 50 artist entries at once, enabling efficient access to artist information via the MCP Spotify Server.

Instructions

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" }
ID: mmrvuig6tp