Skip to main content
Glama

Create a video clip from a look

create_clip

Animate a character look or your own photo into a short AI video clip. Provide one image or photo and a silent action prompt; poll generation status, then download the result.

Instructions

Animate a character look (or your own photo) into a short video clip. Same as clipugc videos create. Costs 7 credits for 5 seconds or 13 for 10 seconds; adding scene makes it a scene-staged clip (9 at 5s, 15 at 10s). Confirm with get_credits first. Prefer a silent reaction prompt (mouth closed, no talking, an arc in beats, ambient motion): lip-sync from a still image is what makes AI video look fake. 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).
sceneNoExtra scene description, max 600 chars; makes it a scene-staged clip (same as --scene).
promptNoWhat the character does, max 1500 chars (same as --prompt).
durationNo5 or 10 seconds, default 5 (same as --duration).
keep_soundNoKeep the 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.6/5.0
Behavior5/5

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

Beyond the annotations, the description discloses important behavioral traits: it costs credits, generation runs in the background, it returns a clip id and status, and it requires polling. It also explains the practical downside of lip-sync from still images, which helps set expectations. No contradiction with annotations exists.

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: purpose, cost, prompt guidance, input constraint, return value, and follow-up polling. The most important operational facts are front-loaded, and no filler or redundancy is present.

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?

With no output schema, the description still explains the return value ('Returns the clip id and status') and the full post-call workflow through get_video and download_video. It covers prerequisites, cost, input requirements, and background behavior, making it sufficiently complete for correct invocation.

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

Parameters5/5

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

Schema coverage is 100%, so the baseline is already strong. The description adds meaningfully beyond the schema: exact credit costs, the constraint to provide exactly one of image/photo, the scene-staged distinction, and prompt guidance for natural-looking video. This significantly improves parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: 'Animate a character look (or your own photo) into a short video clip.' This is a specific verb and resource, and the title reinforces it. However, it does not explicitly distinguish this from the sibling create_motion_clip, leaving some potential ambiguity about which video-creation tool to choose.

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 gives strong practical context: check get_credits first, provide exactly one of image or photo, prefer silent reaction prompts for realistic results, poll get_video, then call download_video. It does not explicitly state when not to use this tool versus alternatives like create_motion_clip, so it stops short of a full when/when-not set of exclusions.

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