youtube_update_video
Update metadata for an existing YouTube video: title, description, tags, category, and privacy status. Only specified fields are changed.
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 |