Skip to main content
Glama

Spotify MCP Server

by marcelmarais

getUsersSavedTracks

Retrieve a list of tracks from a user's "Liked Songs" library on Spotify, with options to limit results and paginate using offset.

Instructions

Get a list of tracks saved in the user's "Liked Songs" library

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of tracks to return (1-50)
offsetNoOffset for pagination (0-based index)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of tracks to return (1-50)", "maximum": 50, "minimum": 1, "type": "number" }, "offset": { "description": "Offset for pagination (0-based index)", "minimum": 0, "type": "number" } }, "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