Skip to main content
Glama
kud
by kud

update-video

Updates a YouTube video's title, description, category, tags, privacy, and status flags. Reads the current video first so omitted fields remain unchanged.

Instructions

Update a video's title, description, category, tags, privacy, and related status flags. Full-replace on the snippet/status parts — reads the current video first so omitted fields aren't blanked. Costs 50 quota units.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoNew tag list, replaces all tags (unchanged if omitted)
titleNoNew title (unchanged if omitted)
licenseNoVideo licence (unchanged if omitted)
videoIdYesVideo ID
categoryIdNoNew video category ID (unchanged if omitted)
embeddableNoWhether the video can be embedded (unchanged if omitted)
descriptionNoNew description (unchanged if omitted)
privacyStatusNoNew visibility (unchanged if omitted)
publicStatsViewableNoWhether public stats are viewable (unchanged if omitted)
selfDeclaredMadeForKidsNoSelf-declared made-for-kids flag (unchanged if omitted)
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full responsibility for disclosure. It states the full-replace semantics on snippet/status parts, the read-before-write behavior to preserve omitted fields, and the 50 quota unit cost. This adds meaningful behavioral context beyond the schema, though it doesn't mention auth prerequisites or error handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences: the first states the action and affected fields, the second explains the replace semantics and quota cost. Every sentence is informative and there is no redundant or filler text. It is front-loaded with the core purpose and concisely structures additional context.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (10 parameters, no output schema, no annotations), the description covers the key behavioral aspects (read-modify-write, full-replace, quota cost) and clarifies that omitted fields retain their current values. It doesn't describe return values, but for a mutation tool this is less critical. Overall it is sufficiently complete for an agent to invoke correctly, though it could specify what the response contains.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% coverage with descriptions for every parameter (e.g., 'New title (unchanged if omitted)'). The description partially overlaps by listing fields and adds the key behavioral note about full-replace, but it does not add per-parameter semantics beyond what the schema already conveys. Per the baseline rule, this warrants a 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb ('Update') and resource ('a video') and enumerates the specific fields (title, description, category, tags, privacy, status flags). This distinguishes it from sibling tools like upload-video or update-playlist, making the tool's primary purpose unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies the tool is for updating video metadata and notes the full-replace/read-first behavior, which hints at when to use it (when you need to change fields without overwriting omitted ones). However, it does not explicitly state alternatives or exclusions (e.g., 'use set-thumbnail for thumbnails'), so the guidance is implied rather than explicit.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kud/mcp-youtube'

If you have feedback or need assistance with the MCP directory API, please join our Discord server