Skip to main content
Glama

Spotify MCP Server

by marcelmarais

checkUsersSavedAlbums

Verify if specific Spotify albums are saved in a user's "Your Music" library by providing up to 20 album IDs using this tool.

Instructions

Check if albums are saved in the user's "Your Music" library

Input Schema

NameRequiredDescriptionDefault
albumIdsYesArray of Spotify album IDs to check (max 20)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "albumIds": { "description": "Array of Spotify album IDs to check (max 20)", "items": { "type": "string" }, "maxItems": 20, "type": "array" } }, "required": [ "albumIds" ], "type": "object" }

Other Tools from Spotify MCP Server

Related Tools

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