Skip to main content
Glama

Delete a video

delete_video
Destructive

Permanently remove a video from a connected YouTube channel. This action cannot be undone: views, comments, and URL are lost immediately.

Instructions

Permanently delete a video from a connected channel. YouTube removes it immediately: there is no trash, no undo, and the views, comments and URL go with it. Needs confirm: true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoWhich connected channel to act on (name or @handle). Required when more than one is connected: without it the call fails and lists the choices rather than picking one.
confirmNoMust be true. This cannot be undone.
video_idYes
Install Server

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already mark destructiveHint=true, and the description adds concrete consequences: YouTube removes the video immediately, there is no trash or undo, and views, comments, and URL are lost. It also surfaces the confirm guardrail. No contradiction with annotations.

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?

Three short sentences front-load the action, then provide consequences and the confirmation requirement. Every clause earns its place; there is no filler or repeated schema content.

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 destructive tool with strong annotations and no output schema, the description covers the key invocation facts: target video/channel, irreversibility, and required confirm flag. It could mention account ambiguity when multiple channels are connected, but that detail is already in the schema.

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 already documents account and confirm; the description reinforces confirm ('Needs confirm: true') but adds little beyond it. video_id remains undocumented in the schema, though 'delete a video' makes its role self-evident. With 67% schema coverage, the description only partially compensates.

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 lead sentence uses a specific verb ('delete'), resource ('video'), and scope ('connected channel'), and 'permanently' plus 'no trash, no undo' clearly distinguishes this destructive action from siblings like update_video or get_video. The purpose is unambiguous even without naming alternatives.

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 clearly frames when to use the tool: when a video must be permanently removed from a connected channel. It does not explicitly name alternatives such as update_video or state when not to delete, so routing guidance is contextual rather than fully explicit.

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

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

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