Skip to main content
Glama
LupinLin1

jimeng-web-mcp

by LupinLin1

video_multi

Generate smooth transition videos from 2-10 keyframe images. Specify frames, durations, and prompts to control camera movement and scene changes.

Instructions

关键帧动画视频 - 提供2-10个关键帧图片,系统在帧间生成平滑过渡动画

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fpsNo帧率(12-30)
asyncNo是否异步模式,默认true(异步)
modelNo模型名称jimeng-video-3.0
framesYes关键帧数组(2-10个)。每帧必须包含图片、过渡时长、动画描述。⚠️注意:最后一帧的prompt不生效。示例:[{idx:0,imagePath:"/path/1.jpg",duration_ms:2000,prompt:"镜头从正面推进,猫站起"},{idx:1,imagePath:"/path/2.jpg",duration_ms:1000,prompt:"忽略"}]
resolutionNo分辨率720p
videoAspectRatioNo视频宽高比16:9
Behavior3/5

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

The description discloses the core behavior (generating smooth transitions between keyframes) but does not mention other behavioral aspects such as asynchronous processing, duration limits, or that the last frame's prompt is ignored (these are only in the schema). With no annotations, the description carries the burden but provides minimal context.

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, concise sentence that immediately states the tool's purpose. It is front-loaded and contains no filler, making it highly efficient.

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?

Given the tool's complexity (6 parameters, no output schema, no annotations), the description is quite minimal. While the schema is extensive, the description lacks information about the expected output, how to retrieve results, or how this tool fits with siblings like video_frame. It is adequate but has clear gaps.

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 schema provides 100% coverage of parameter descriptions with detailed explanations, examples, and constraints. The description does not add any parameter semantics beyond what the schema already contains, so the baseline score of 3 is appropriate.

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 it generates keyframe animation videos by taking 2-10 keyframe images and producing smooth transitions. This identifies the specific function and distinguishes it from sibling tools like video_mix or video_frame.

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 (when you have 2-10 keyframe images) but does not provide explicit exclusions or mention alternative tools. It gives clear context but lacks explicit alternatives.

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/LupinLin1/jimeng-web-mcp'

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