Spotify · Capability
Spotify Web API — Shows
Spotify Web API — Shows. 7 operations. Lead operation: Get User's Saved Shows. Self-contained Naftiko capability covering one Spotify business surface.
What You Can Do
GET
Getuserssavedshows
— Get User's Saved Shows
/v1/me/shows
PUT
Saveshowsuser
— Save Shows for Current User
/v1/me/shows
DELETE
Removeshowsuser
— Remove User's Saved Shows
/v1/me/shows
GET
Checkuserssavedshows
— Check User's Saved Shows
/v1/me/shows/contains
GET
Getmultipleshows
— Get Several Shows
/v1/shows
GET
Getashow
— Get Show
/v1/shows/{id}
GET
Getashowsepisodes
— Get Show Episodes
/v1/shows/{id}/episodes
MCP Tools
get-user-s-saved-shows
Get User's Saved Shows
read-only
idempotent
save-shows-current-user
Save Shows for Current User
idempotent
remove-user-s-saved-shows
Remove User's Saved Shows
idempotent
check-user-s-saved-shows
Check User's Saved Shows
read-only
idempotent
get-several-shows
Get Several Shows
read-only
idempotent
get-show
Get Show
read-only
idempotent
get-show-episodes
Get Show Episodes
read-only
idempotent