Skip to main content
Glama

Reverse video

reverse_video

Turn any video clip into a backward-playing version with audio reversed. Buffers entire clip, so trim longer footage first.

Instructions

Play the video (and audio) backwards. Buffers the whole clip in memory, so best for short clips — trim first for anything over a minute or two.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_pathYesPath to the source video
output_pathNoWhere to write the result
Behavior4/5

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

With no annotations, the description carries the burden and discloses a key behavioral trait: it buffers the entire clip in memory. It also notes the audio is reversed, adding context the schema doesn't provide. It doesn't cover every edge case but offers meaningful transparency for a simple tool.

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?

Two concise sentences front-load the core purpose and immediately provide the practical caveat. No redundant wording or filler.

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 simple 2-parameter tool with no output schema or annotations, the description covers the main operation, the memory constraint, and the recommended workflow. It could mention what happens when output_path is omitted, but the schema already clarifies the parameter is optional.

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 coverage is 100%, providing clear descriptions for both input_path and output_path. The description adds no additional parameter-level meaning beyond referring to trimming, so it meets the baseline but doesn't exceed it.

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 uses a specific verb ('play') and resource ('video and audio') to clearly define the reverse operation. It distinguishes this from sibling tools like trim_video or change_speed by focusing on backward playback.

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

Usage Guidelines5/5

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

Provides explicit guidance: 'best for short clips' and recommends trimming first for longer content, which is a clear when-to-use and an implied when-not-to-use with an alternative (trim). This goes beyond general context.

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/gulkoa/claudeclip'

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