Spotify MCP Server

by marcelmarais
Verified

getMyPlaylists

Retrieve a list of your Spotify playlists with customizable limits. Manage and organize your music collection directly through the Spotify MCP Server.

Instructions

Get a list of the current user's playlists on Spotify

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of playlists to return (1-50)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of playlists to return (1-50)", "maximum": 50, "minimum": 1, "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from Spotify MCP Server

Related Tools

ID: wu15pi580l