MCP Spotify Server

get_multiple_albums

Get Spotify catalog information for multiple albums

Input Schema

NameRequiredDescriptionDefault
idsYesArray of Spotify album IDs or URIs (max 20)

Input Schema (JSON Schema)

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