TVmaze · Capability
TVmaze Premium User API — Tagged Shows
TVmaze Premium User API — tagged shows. 7 operations. Lead operation: List All Tags. Self-contained Naftiko capability covering one TVmaze business surface.
What You Can Do
GET
Getusertags
— List All Tags
/v1/user/tags
POST
Postusertags
— Create a New Tag
/v1/user/tags
DELETE
Deleteusertagstagid
— Delete a Specific Tag
/v1/user/tags/{tag_id}
PATCH
Patchusertagstagid
— Update a Specific Tag
/v1/user/tags/{tag_id}
GET
Getusertagstagidshows
— List All Shows Under This Tag
/v1/user/tags/{tag_id}/shows
DELETE
Deleteusertagstagidshowsshowid
— Untag a Show
/v1/user/tags/{tag_id}/shows/{show_id}
PUT
Putusertagstagidshowsshowid
— Tag a Show
/v1/user/tags/{tag_id}/shows/{show_id}
MCP Tools
list-all-tags
List All Tags
read-only
idempotent
create-new-tag
Create a New Tag
delete-specific-tag
Delete a Specific Tag
idempotent
update-specific-tag
Update a Specific Tag
idempotent
list-all-shows-under-this
List All Shows Under This Tag
read-only
idempotent
untag-show
Untag a Show
idempotent
tag-show
Tag a Show
idempotent