Skip to main content
Glama

update_video

Modify YouTube video metadata including title, description, tags, category, and privacy settings. Update specific fields without affecting unchanged data.

Instructions

Update video metadata. Costs 50 quota units. Only provided fields are changed.

Args: video_id: The video ID to update title: New title (or None to keep current) description: New description (or None to keep current) tags: New tags list (or None to keep current) category_id: New category ID (or None to keep current) privacy_status: New privacy — private, unlisted, public (or None to keep current)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_idYes
titleNo
descriptionNo
tagsNo
category_idNo
privacy_statusNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries full burden and adds valuable behavioral context: it discloses quota cost ('Costs 50 quota units'), partial update behavior ('Only provided fields are changed'), and clarifies that null values keep current settings. However, it doesn't mention permissions, rate limits, or error conditions that would be helpful for a mutation tool.

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

Conciseness4/5

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

The description is appropriately sized with a clear main sentence followed by structured parameter explanations. Every sentence earns its place, though the 'Args:' section formatting could be slightly more integrated with the main text.

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?

For a mutation tool with no annotations but an output schema, the description provides good coverage of the update operation, parameters, and behavioral traits. The quota cost disclosure is particularly valuable. It could be more complete by mentioning authentication requirements or error scenarios, but the presence of an output schema reduces the need to explain return values.

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

Parameters5/5

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

With 0% schema description coverage, the description fully compensates by explaining all 6 parameters in detail, including their purposes and the meaning of null values ('or None to keep current'). This adds significant meaning beyond what the bare schema provides, especially for the nullable fields.

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

Purpose4/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 'video metadata', making the purpose specific and understandable. However, it doesn't explicitly differentiate from sibling tools like 'update_playlist' or 'set_thumbnail', which would require a 5.

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 usage for modifying video metadata fields, but doesn't provide explicit guidance on when to use this versus alternatives like 'update_playlist' or 'set_thumbnail'. It mentions 'Only provided fields are changed' which offers some context, but lacks clear when/when-not rules or named alternatives.

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/kpfitzgerald/youtube-mcp'

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