Spotify · Capability
Spotify Web API — Playlists
Spotify Web API — Playlists. 21 operations. Lead operation: Get Category's Playlists. Self-contained Naftiko capability covering one Spotify business surface.
What You Can Do
GET
Getacategoriesplaylists
— Get Category's Playlists
/v1/browse/categories/{category-id}/playlists
GET
Getfeaturedplaylists
— Get Featured Playlists
/v1/browse/featured-playlists
GET
Getalistofcurrentusersplaylists
— Get Current User's Playlists
/v1/me/playlists
POST
Createplaylist
— Create Playlist
/v1/me/playlists
GET
Getplaylist
— Get Playlist
/v1/playlists/{playlist-id}
PUT
Changeplaylistdetails
— Change Playlist Details
/v1/playlists/{playlist-id}
PUT
Followplaylist
— Follow Playlist
/v1/playlists/{playlist-id}/followers
DELETE
Unfollowplaylist
— Unfollow Playlist
/v1/playlists/{playlist-id}/followers
GET
Checkifuserfollowsplaylist
— Check if Current User Follows Playlist
/v1/playlists/{playlist-id}/followers/contains
GET
Getplaylistcover
— Get Playlist Cover Image
/v1/playlists/{playlist-id}/images
PUT
Uploadcustomplaylistcover
— Add Custom Playlist Cover Image
/v1/playlists/{playlist-id}/images
GET
Getplaylistsitems
— Get Playlist Items
/v1/playlists/{playlist-id}/items
POST
Additemstoplaylist
— Add Items to Playlist
/v1/playlists/{playlist-id}/items
PUT
Reorderorreplaceplaylistsitems
— Update Playlist Items
/v1/playlists/{playlist-id}/items
DELETE
Removeitemsplaylist
— Remove Playlist Items
/v1/playlists/{playlist-id}/items
GET
Getplayliststracks
— Get Playlist Items [DEPRECATED]
/v1/playlists/{playlist-id}/tracks
POST
Addtrackstoplaylist
— Add Items to Playlist [DEPRECATED]
/v1/playlists/{playlist-id}/tracks
PUT
Reorderorreplaceplayliststracks
— Update Playlist Items [DEPRECATED]
/v1/playlists/{playlist-id}/tracks
DELETE
Removetracksplaylist
— Remove Playlist Items [DEPRECATED]
/v1/playlists/{playlist-id}/tracks
GET
Getlistusersplaylists
— Get User's Playlists
/v1/users/{user-id}/playlists
POST
Createplaylistforuser
— Create Playlist for user
/v1/users/{user-id}/playlists
MCP Tools
get-category-s-playlists
Get Category's Playlists
read-only
idempotent
get-featured-playlists
Get Featured Playlists
read-only
idempotent
get-current-user-s-playlists
Get Current User's Playlists
read-only
idempotent
create-playlist
Create Playlist
get-playlist
Get Playlist
read-only
idempotent
change-playlist-details
Change Playlist Details
idempotent
follow-playlist
Follow Playlist
idempotent
unfollow-playlist
Unfollow Playlist
idempotent
check-if-current-user-follows
Check if Current User Follows Playlist
read-only
idempotent
get-playlist-cover-image
Get Playlist Cover Image
read-only
idempotent
add-custom-playlist-cover-image
Add Custom Playlist Cover Image
idempotent
get-playlist-items
Get Playlist Items
read-only
idempotent
add-items-playlist
Add Items to Playlist
update-playlist-items
Update Playlist Items
idempotent
remove-playlist-items
Remove Playlist Items
idempotent
get-playlist-items-deprecated
Get Playlist Items [DEPRECATED]
read-only
idempotent
add-items-playlist-deprecated
Add Items to Playlist [DEPRECATED]
read-only
update-playlist-items-deprecated
Update Playlist Items [DEPRECATED]
idempotent
remove-playlist-items-deprecated
Remove Playlist Items [DEPRECATED]
idempotent
get-user-s-playlists
Get User's Playlists
read-only
idempotent
create-playlist-user
Create Playlist for user
read-only