TVmaze · Capability
TVmaze Premium User API — Voted Shows
TVmaze Premium User API — voted shows. 4 operations. Lead operation: List the Shows Voted For. Self-contained Naftiko capability covering one TVmaze business surface.
What You Can Do
GET
Getuservotesshows
— List the Shows Voted For
/v1/user/votes/shows
DELETE
Deleteuservotesshowsshowid
— Remove a Show Vote
/v1/user/votes/shows/{show_id}
GET
Getuservotesshowsshowid
— Check if a Show is Voted For
/v1/user/votes/shows/{show_id}
PUT
Putuservotesshowsshowid
— Vote for a Show
/v1/user/votes/shows/{show_id}
MCP Tools
list-shows-voted
List the Shows Voted For
read-only
idempotent
remove-show-vote
Remove a Show Vote
idempotent
check-if-show-is-voted
Check if a Show is Voted For
read-only
idempotent
vote-show
Vote for a Show
idempotent