Skip to main content
Glama

Spotify MCP Server

by marcelmarais

getAlbums

Retrieve detailed album information using Spotify IDs with the MCP Server tool, supporting single or multiple album queries (up to 20 IDs).

Instructions

Get detailed information about one or more albums by their Spotify IDs

Input Schema

NameRequiredDescriptionDefault
albumIdsYesA single album ID or array of album IDs (max 20)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "albumIds": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "maxItems": 20, "type": "array" } ], "description": "A single album ID or array of album IDs (max 20)" } }, "required": [ "albumIds" ], "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/marcelmarais/spotify-mcp-server'

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