Skip to main content
Glama
aaronckj
by aaronckj

batch_update_descriptions

Update descriptions across multiple YouTube videos with append, footer, or replace modes. Select videos by IDs or update all at once.

Instructions

Update descriptions across many videos in one sweep.

mode=append: add text at the end (skips videos that already contain it). mode=footer: everything after the last "---" marker line is replaced with text (marker added if missing) — ideal for a links/giveaway footer kept in sync across all videos. mode=replace: replace occurrences of find with text. Scope: video_ids, or every upload when omitted. Quota: ~51 units per changed video.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
findNo
modeYes
textYes
dry_runNo
video_idsNo
Behavior4/5

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

Without annotations, the description carries the full burden. It discloses quota usage per changed video (~51 units), that append mode skips videos already containing the text, and that footer mode adds a marker if missing. These behaviors are not obvious from the schema.

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 very concise, using bullet-style for modes and front-loading the overall purpose. Every sentence adds value without repetition or fluff.

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 no annotations or output schema, the description covers the tool's behavior well: modes, scope, quota, and edge cases like missing markers. It does not explain return values or errors, but these are often implicit for batch operations.

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?

Schema description coverage is 0%, so the description must compensate. It explains mode, text, find, and video_ids (scope), but does not mention the dry_run parameter. Thus, one out of five parameters is undocumented, leaving a gap.

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 states the tool updates descriptions across many videos, specifying three distinct modes (append, footer, replace) and scope (video_ids or all uploads). This clearly distinguishes it from sibling tools like update_video (which likely updates a single video) and list_videos.

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

Usage Guidelines4/5

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

The description explains when to use each mode (e.g., footer for links/giveaway, append for adding text without duplication, replace for find/replace). It does not explicitly state when not to use this tool, but the mode-specific guidance is clear enough for selection.

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/aaronckj/yt-studio-mcp'

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