spotify_playlists
Retrieve your Spotify playlists to view and manage your music collections. Get a list of your saved playlists with customizable limits for easy organization and access.
Instructions
Lista playlists do usuário
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Número máximo de playlists (padrão: 20) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Número máximo de playlists (padrão: 20)",
"type": "number"
}
},
"type": "object"
}