Skip to main content
Glama

Create a motion-control clip

create_motion_clip

Animate a character or photo by copying motion from a driver video. Provide one image or photo and a short mp4/mov video to generate a clip, returning a clip ID for status polling.

Instructions

Animate a character look (or your own photo) by copying the motion of a driver video. Same as clipugc videos motion. Costs 3 credits per second of driver video, rounded up, capped at 30 seconds (confirm with get_credits). The driver must be mp4/mov, at most 50 MB and 30 seconds; it is uploaded first. Provide exactly one of image or photo. Returns the clip id and status. Generation runs in the background. Poll get_video with {"id": , "kind": "clip"} every 5 to 10 seconds until status is "completed" or "failed", then call download_video.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageNoId of a generated character look (same as --image).
photoNoLocal path to your own photo, png/jpg/jpeg/webp; uploaded first (same as --photo).
driverYesLocal path of the driver video, mp4/mov, max 50 MB and 30s (same as --driver).
promptNoWhat the character does, max 1500 chars (same as --prompt).
keep_soundNoKeep the driver video's original sound (same as --keep-sound).

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.7/5.0
Behavior5/5

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

The description goes well beyond annotations by disclosing that the operation costs 3 credits per driver second capped at 30 seconds, that the driver is uploaded first, that generation runs in the background, and that the agent should poll every 5–10 seconds until status is 'completed' or 'failed'. It also specifies the next step. This is rich behavioral context with no contradiction against the annotations.

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 dense but every sentence earns its place: action summary, cost, driver constraints, the exactly-one rule, return values, and the polling/download follow-up. It is front-loaded with the purpose and contains no repetition of schema content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the absence of an output schema and the complexity of a background generation task, the description fully covers what is returned (clip id and status), how to poll with the correct parameters, and what action to take on completion or failure. It also addresses prerequisites such as credit confirmation and file limits, so an agent can invoke and monitor the tool correctly without prior knowledge.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds meaning beyond the schema by clarifying the mutual exclusivity of image/photo, the upload-first requirement, and the credit cost basis. These details help an agent reason about parameter combinations, pushing it above baseline.

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 opens with a specific verb and resource: 'Animate a character look (or your own photo) by copying the motion of a driver video.' It clearly identifies the operation as motion transfer, and the reference to `clipugc videos motion` ties it to a known command, distinguishing it from the sibling create_clip. This is not a tautology and leaves no ambiguity about what the tool accomplishes.

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 provides strong contextual guidance: driver format/size/duration limits, the requirement to upload first, the 'exactly one of image or photo' rule, the need to confirm credits via get_credits, and a detailed post-call polling workflow with get_video and download_video. It does not explicitly state when not to use this tool versus alternatives like create_clip, so it misses the top tier.

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/clipugc/ClipUGC-CLI'

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