Skip to main content
Glama

Rotate or flip video

video_rotate
Destructive

Rotate a video by 90, 180, or 270 degrees and optionally flip it horizontally or vertically. Saves a new file without altering the original.

Instructions

Rotate and/or flip an existing video and render a new output file. Supports right-angle rotations plus horizontal and vertical flips; the input video is not modified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
input_pathYesAbsolute path to an existing local video file. The input file is read only.
angleNoClockwise rotation angle in degrees. Supported values are 0, 90, 180, and 270.
flip_horizontalNoMirror the video horizontally after rotation when true.
flip_verticalNoMirror the video vertically after rotation when true.
output_pathNoDestination video path. Auto-generated when omitted; an existing supplied path may be overwritten.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description states the input video is not modified, which is good, but does not mention the potential for overwriting an existing output path (noted in parameter description). The annotation destructiveHint=true is not fully explained in the description, though it may refer to output overwriting. Overall, basic disclosure but missing some behavioral details.

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 a single sentence that efficiently conveys the core purpose and supported operations. No unnecessary words, front-loaded with the verb 'rotate and/or flip'.

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 presence of an output schema (context signal) and full parameter documentation, the description is nearly complete. It lacks details about output format or codec, but those are likely covered by the output schema. Slightly more context on when to use this tool would improve completeness.

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% and parameters are well-documented in the schema itself. The description adds no additional meaning beyond what the schema provides, so it meets the baseline expectation.

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 rotates and/or flips an existing video and renders a new output file, specifying supported operations (right-angle rotations, horizontal/vertical flips). It distinguishes itself from sibling tools like video_crop or video_resize by focusing on orientation changes.

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 provides no explicit guidance on when to use this tool vs alternatives (e.g., video_crop, video_resize). It is implied by the name and description, but no when-not-to-use or sibling comparisons are given.

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/KyaniteLabs/mcp-video'

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