Skip to main content
Glama
daviilpzDev

Arkeonix CapCut MCP

by daviilpzDev

capcut_apply_mask

Apply circle, rectangle, linear, mirror, heart, or star masks to CapCut video clips; set feather, rotation, size, and invert to control visible areas and create targeted edits.

Instructions

Apply a video shape mask (circle, rectangle, linear, mirror, heart, star) with feather and inversion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
draftYes
widthNomask width (0.0 to 1.0, default: 0.5)
heightNomask height (0.0 to 1.0, default: 0.5)
invertNoinvert mask (cut out inside vs outside)
centerXNocenter X position (-1.0 to 1.0, default: 0.0)
centerYNocenter Y position (-1.0 to 1.0, default: 0.0)
featherNoedge feather/softness (0.0 to 1.0)
maskTypeYesmask shape
rotationNorotation degrees (0-360)
segmentIdYestarget clip segment ID
roundCornerNocorner roundness for rectangle (0.0 to 1.0)

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description must disclose behavioral context, but it only states that a mask is applied with certain options. It does not clarify whether an existing mask is replaced, whether the mask applies only to video segments or also images/text, or what side effects occur on the timeline. This is a significant transparency gap for a mutation tool.

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 sentence that front-loads the action and resource, then lists the selectable mask shapes and key effects. There is no redundant or filler content, making it concise and easy to parse.

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

Completeness2/5

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

This is an 11-parameter editing operation with no output schema and no annotations, yet the description provides only a terse one-line summary. It omits critical context such as which segment types are eligible, whether the mask replaces an existing mask, and what the expected result is, so the tool is not fully specified for an agent making a selection decision.

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 91%, so the schema already documents most parameters in detail. The description adds little beyond restating feather and inversion, so the baseline score of 3 is appropriate; the description does not need to compensate for parameter meaning.

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 identifies the operation as applying a video shape mask and enumerates the supported mask types along with feather and inversion, making the tool's purpose unmistakable. The verb 'Apply' plus the specific resource 'video shape mask' distinguishes it from sibling tools like capcut_apply_effect and capcut_apply_transition without requiring schema inspection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance about when to use a shape mask versus related operations such as chroma key, effects, or animations, nor any indication of limitations or alternatives. The intended use case is only implied by the tool name and mask-type list, leaving the agent to infer selection context.

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/daviilpzDev/arkeonix-capcut-mcp'

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