MCP Spotify Server

get_multiple_albums

Retrieve Spotify catalog details for up to 20 albums using their IDs or URIs. Access album information efficiently with the MCP Spotify Server.

Instructions

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