Skip to main content
Glama

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

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