Skip to main content
Glama

Spotify MCP Server

by marcelmarais

saveOrRemoveAlbumForUser

Manage Spotify albums in the user's "Your Music" library by saving or removing up to 20 album IDs at a time. Specify the action (save/remove) to update the library directly.

Instructions

Save or remove albums from the user's "Your Music" library

Input Schema

NameRequiredDescriptionDefault
actionYesAction to perform: save or remove albums
albumIdsYesArray of Spotify album IDs (max 20)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "action": { "description": "Action to perform: save or remove albums", "enum": [ "save", "remove" ], "type": "string" }, "albumIds": { "description": "Array of Spotify album IDs (max 20)", "items": { "type": "string" }, "maxItems": 20, "type": "array" } }, "required": [ "albumIds", "action" ], "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