Skip to main content
Glama

Join videos

concat_videos

Join multiple video clips into one file in playback order, adding crossfades or hard cuts. Normalizes resolution and frame rate for clean transitions.

Instructions

Concatenate two or more videos into one file, in the order given, with hard cuts or a crossfade between clips. Clips are normalized (scaled/padded to the first clip's resolution and frame rate) so mixed sources join cleanly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
crossfadeNoCrossfade duration in seconds between clips (default: hard cuts)
input_pathsYesPaths of the videos to join, in playback order
output_pathNoWhere to write the result (default: alongside the first input, as .mp4)
Behavior4/5

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

No annotations are provided, so the description carries the burden. It discloses key behaviors: clips are normalized to the first clip's resolution/frame rate, and crossfade or hard cuts are applied. It does not mention audio handling or whether inputs are modified, but the most relevant behaviors are covered.

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 sentences long, front-loaded with the core action, and includes a useful detail about normalization without any fluff. Every sentence earns its place.

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 tool's moderate complexity, no output schema, and no annotations, the description is reasonably complete. It explains the concatenation behavior and normalization, which are the most important aspects. It doesn't mention potential side effects like overwriting output, but the schema's output_path description covers where the result goes.

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?

The input schema covers 100% of parameters with clear descriptions. The description adds only the normalization context, which is not directly tied to a specific parameter. Baseline of 3 is appropriate since the schema already documents parameter meanings.

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 concatenates two or more videos into one file in the order given, with hard cuts or crossfade. It uses a specific verb and resource, and the normalization detail distinguishes it from video stacking or editing tools like stack_videos.

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 implies when to use the tool (joining videos sequentially) and mentions the order of inputs, but it does not explicitly contrast with alternatives like stack_videos or picture_in_picture. Clear context is provided, but no explicit exclusions or alternative tool names 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/gulkoa/vidshaper'

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