Skip to main content
Glama

Add Keyframe Animation to CapCut Draft

capcut_add_video_keyframe

Add property keyframes to a video track in a CapCut draft for animation. Specify properties like scale or opacity with timestamps and values to create effects such as zoom-ins or fades.

Instructions

Add property keyframes (scale, position, rotation, opacity, ...) to an existing track for animation.

Args:

  • draft_id (string, required): From capcut_create_draft.

  • track_name (string, required): Name of the track to animate.

  • property_types (string[], required): Properties to animate, e.g. ['scale_x', 'scale_y', 'alpha'].

  • times (number[], required): Keyframe timestamps in seconds — same length as values.

  • values (string[], required): Keyframe values matching each timestamp.

  • extra_params: Any additional VectCutAPI field not modeled above.

Returns: JSON confirming the keyframes were added.

Example: animate a zoom-in — property_types=['scale_x','scale_y'], times=[0,2], values=['1.0','1.5'].

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timesYesKeyframe timestamps in seconds. Must be the same length as each value list.
valuesYesKeyframe values (as strings) matching each timestamp in `times`.
draft_idYesThe draft_id returned by capcut_create_draft.
track_nameYesName of the track to animate (as returned/used when the clip was added).
extra_paramsNoOptional passthrough for advanced/undocumented VectCutAPI fields not modeled explicitly above (e.g. nested transform/animation objects). Merged directly into the request body. Check the VectCutAPI example.py / API docs if you need a field that isn't listed here.
property_typesYesProperties to animate, e.g. ['scale_x', 'scale_y', 'alpha', 'rotation', 'position_x', 'position_y'].
Behavior3/5

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

Annotations already indicate it's a non-read, non-destructive operation. The description discloses the core behavior (adding keyframes) and the return value (JSON confirmation), but does not explain potential side effects like how existing keyframes are merged, whether the draft must be saved afterward, or whether values are interpolated in a particular way. This adds some value but lacks rich behavioral context.

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

Conciseness3/5

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

The description has a clear opening sentence and a helpful example, but the argument list duplicates almost verbatim the schema descriptions. This redundancy makes it longer than necessary. The structure is logical, but not every sentence earns its place given the schema already documents all parameters.

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 schema fully describes all parameters and annotations exist, the description provides enough to understand the tool's use: it targets an existing track, lists required arguments, includes an example, and states the return type. However, it does not cover the broader workflow (e.g., needing capcut_save_draft after adding keyframes) or the exact confirmation JSON structure. These are minor gaps, making it sufficiently complete for an agent.

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 coverage is 100%, so the description's argument list is largely redundant. However, the example ('property_types=['scale_x','scale_y'], times=[0,2], values=['1.0','1.5']') concretely ties the parameters together, showing how to specify a multi-property animation over time. This adds relational meaning beyond the individual schema descriptions.

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 action ('Add property keyframes') and the target ('an existing track' in a CapCut draft). It lists specific properties (scale, position, rotation, opacity) and distinguishes itself from sibling tools that add new media or text, focusing on animation keyframing.

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 says 'to an existing track,' which implies the track must already have been created via other tools like capcut_add_video. It provides clear context for when to use this tool (animating existing content) but doesn't explicitly mention alternatives or when not to use it. The example illustrates a common use case (zoom-in).

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/goransmoljanovic015-cell/capcut-mcp-server'

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