youtube_update_video
Update an existing YouTube video's metadata—title, description, tags, category, or privacy status—without affecting unspecified fields, using the video ID to target the specific video.
Instructions
Update metadata for an existing video.
Only provided fields are updated; others remain unchanged.
Args: video_id: YouTube video ID title: New title (max 100 characters) description: New description (max 5,000 characters) tags: New tags (replaces existing tags) category_id: New category ID privacy_status: "private", "public", or "unlisted"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | No | ||
| video_id | Yes | ||
| category_id | No | ||
| description | No | ||
| privacy_status | No |