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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/superseoworld/mcp-spotify'

If you have feedback or need assistance with the MCP directory API, please join our Discord server