Skip to main content
Glama

remove_videos_from_folder

Idempotent

Remove videos from a Vimeo folder to unfile them back to the main library, or permanently delete them with confirmation.

Instructions

Remove videos from a folder in one call. By default the videos are unfiled and return to the main library, not deleted. Setting delete_videos_too destroys them permanently, which is why it needs its own confirm.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNoOnly needed when delete_videos_too is true.
folder_idYesFolder id.
video_idsYesVideo ids to remove.
delete_videos_tooNoPermanently delete these videos instead of just unfiling them. Off by default and cannot be undone.
Install Server

TDQS

A4.4/5.0
Behavior5/5

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

Annotations already indicate the operation is neither read-only nor destructive by default, but the description adds crucial behavioral nuance: the default is non-destructive unfiling, while delete_videos_too causes permanent destruction and requires confirm. This goes beyond the structured annotations and meaningfully informs the agent of irreversible consequences.

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 two tight sentences with no filler. The primary action and default behavior are front-loaded, and the permanent-deletion caveat is placed exactly where it matters.

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 the schema and annotations, the description covers the essential behavioral context: what the call does, the default non-destructive path, and the destructive exception. It is complete enough for correct invocation, though it does not describe the response format since no output schema exists.

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 100%, so the schema already documents folder_id, video_ids, confirm, and delete_videos_too. The description adds the relationship between confirm and delete_videos_too, but that is also present in the schema. It provides no additional parameter-level meaning beyond the structured schema.

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 a specific verb and resource: removing videos from a folder in one call. It also clarifies what this means functionally (unfiling, not deletion), which distinguishes it from delete_video and other removal-like siblings.

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 explains the default behavior (unfile and return to main library) and the destructive alternative (delete_videos_too). It does not explicitly name sibling alternatives like delete_video, but the contrast between unfiling and permanent deletion gives enough context for an agent to choose appropriately.

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/vimeo-mcp'

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