get_current_user_playlists
Fetch a list of playlists owned or followed by the current Spotify user. Use limit and offset to paginate through results.
Instructions
Get a list of the playlists owned or followed by the current Spotify user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of playlists to return (1-50) | |
| offset | No | The index of the first playlist to return |