Skip to main content
Glama

delete_video

Remove unwanted videos from YouTube permanently using the video ID. This action is irreversible and consumes quota units.

Instructions

Delete a video. Costs 50 quota units. This is irreversible.

Args: video_id: The video ID to delete

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
video_idYes

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 does well by disclosing critical behavioral traits: the irreversible nature of deletion and the 50 quota unit cost. It doesn't mention permissions, rate limits, or error conditions, but covers the most important safety and cost aspects.

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 perfectly concise with three sentences that each earn their place: states the action, discloses cost and irreversibility, and explains the parameter. The Args section is appropriately structured and doesn't waste words.

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 operation with no annotations, the description provides good coverage of the critical aspects: purpose, cost, irreversibility, and parameter meaning. The existence of an output schema means return values don't need explanation. It could mention permissions or error cases but covers the essentials well.

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

Parameters4/5

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

The schema has 0% description coverage, but the description compensates by explaining the single parameter's purpose: 'The video ID to delete'. This adds essential meaning beyond the bare schema. Since there's only one parameter, this is sufficient for understanding.

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 'Delete' and resource 'a video', making the purpose immediately understandable. However, it doesn't explicitly differentiate from sibling tools like 'delete_comment' or 'delete_playlist', though the resource specificity provides some implicit distinction.

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 context through 'This is irreversible' and cost information, suggesting caution. However, it doesn't explicitly state when to use this tool versus alternatives like 'update_video' or provide prerequisites beyond the video_id parameter.

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