get_user_playlists
Retrieve a user's Spotify playlists with customizable limit settings. Facilitates music playlist management and integration via the Spotify MCP Server.
Instructions
Get current user's playlists.
Args:
limit: Max playlists to return
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 20,
"title": "Limit",
"type": "integer"
}
},
"title": "get_user_playlistsArguments",
"type": "object"
}