Skip to main content
Glama

video2video

Combine multiple video clips into a single video, adding optional background music, voiceover, intro/outro clips, cover image, and volume control.

Instructions

通过视频素材合成新的视频,将一个或多段视频素材合成一个视频,支持上传背景音乐(非必填)、配音(非必填)合成新的视频。 支持单独上传首、尾视频,固定视频首尾。支持设置封面图、支持配音音量控制、支持背景音乐自定义音量。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bgmUrlNo背景音乐URL(可选,非必填)
voiceUrlNo配音URL(可选,非必填)
bgmVolumeNo背景音乐音量(可选,非必填)
videoFilesYes视频URL列表
voiceVolumeNo配音音量(可选,非必填)
coverImageUrlNo封面图片URL(可选,非必填)
footerVideoUrlNo片尾视频URL(可选,非必填)
headerVideoUrlNo片头视频URL(可选,非必填)
coverImageDurationNo封面图片时长(可选,非必填)

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.16

TDQS

A3.6/5.0
Behavior3/5

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

There are no annotations, so the description carries the full burden. It does disclose the core operation and optional behaviors: background music, voiceover, head/tail fixation, cover image, and volume control. But it does not disclose whether the operation is asynchronous, what the output/return value is, or any constraints on video count, duration, or format — leaving significant behavioral uncertainty.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loads the main purpose, then enumerates supported features in the following sentences. It has minor redundancy — '合成新的视频' appears twice — but otherwise every sentence adds relevant capability information and all parameter categories are represented.

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?

For a 9-parameter tool with no annotations and no output schema, the description covers all major features and parameter roles. However, it omits important operational context such as the expected return value, synchronous versus asynchronous processing, input size limits, and supported media formats. The rich schema descriptions compensate partially, making it adequate but not fully complete.

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%, with each of the 9 parameters already having its own description, so the baseline is 3. The tool description restates some parameter roles (e.g., optional background music, voiceover volume, cover image) but adds little new meaning beyond the schema — no URL format details, volume ranges, or conditional requirements.

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: '将一个或多个视频素材合成一个视频' — merging video materials into a new video. It clearly differentiates itself from sibling tools like imgs2video (images-to-video) and videoCutRandom by centering on video materials as input and listing concrete capabilities such as fixed head/tail videos, cover image, and volume control.

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 intended use is implied through phrases like '通过视频素材合成新的视频' and '将一个或多个视频素材合成一个视频'. However, there is no explicit guidance on when to choose this tool over siblings, nor any exclusions such as 'use imgs2video when the source is images' or 'use videoCutRandom for random cutting'.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/Runninghcm/MathMind-MCP-SERVER'

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