list_videos’ tagIds parameter.
list_tags
List all tags visible to you: the workspace’s shared tags plus your private tags. No parameters.create_tag
Create a tag for categorizing videos. When no color is given, one is derived from the name.string
required
Tag name
enum<string>
Tag visibility —
workspace (default) or privatestring
Tag color as a hex value, e.g.
#6366f1string
Tag description
update_tag
Update a tag’s name, color, and/or description. Private tags can only be updated by their creator.string
required
Tag ID
string
New tag name
string
New tag color as a hex value, e.g.
#6366f1string
New tag description
delete_tag
Permanently delete a tag and remove it from all videos.string
required
Tag ID
list_video_tags
List the tags on a video that are visible to you.string
required
Video ID
add_video_tag
Tag a video. Requires edit access to the video. Adding a private tag only affects your own library.string
required
Video ID
string
required
Tag ID
remove_video_tag
Untag a video. Requires edit access to the video.string
required
Video ID
string
required
Tag ID