Skip to main content
Glama

metube_delete_downloads

Delete downloads from MeTube's queue or completed list by specifying download IDs and choosing deletion source.

Instructions

Delete downloads from the queue or completed list.

Args: ids: List of download IDs to delete where: Where to delete from - "queue" or "done"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYes
whereNoqueue

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description carries the full burden but only reveals that deletion occurs; it fails to disclose side effects (e.g., whether active downloads are stopped), permissions needed, or the irreversible nature of the action.

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 extremely concise, using only two sentences plus a bulleted list of arguments, front-loading the core purpose without any extraneous information.

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

Completeness3/5

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

Given the presence of an output schema (not shown) and the tool's simplicity, the description covers basic functionality but omits behavioral context and fails to leverage sibling tools for usage disambiguation.

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?

Despite 0% schema description coverage, the description adds clear semantics for both parameters: 'ids' is a list of download IDs, and 'where' specifies the deletion source ('queue' or 'done'), fully compensating for the schema's lack of descriptions.

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 tool's action ('Delete downloads') and the specific contexts ('from the queue or completed list'), distinguishing it from sibling tools that list, add, or manage cookies.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives, nor are there any exclusions or prerequisites mentioned. The description only explains parameters without contextual usage advice.

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/JungleM0nkey/metube-mcp'

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