Skip to main content
Glama
daviilpzDev

Arkeonix CapCut MCP

by daviilpzDev

capcut_add_dynamic_captions

Add timed dynamic subtitles with highlighted keywords and pop colors to CapCut drafts. Configure font, position, and colors for Alex Hormozi-style word emphasis.

Instructions

Add modern dynamic word-highlight subtitles (Alex Hormozi style) with pop colors and heavy outline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
posYNovertical position (default: -0.70 bottom)
draftYes
fontSizeNofont size (default: 9.0)
subtitlesYeslist of timed dynamic subtitles
trackIndexNotarget text track index
strokeColorNooutline stroke color hex (default: "#000000")
defaultColorNodefault text color hex (default: "#FFFFFF")
highlightColorNohighlight pop color hex (default: "#FFE600")

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?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states that subtitles are added, but does not mention whether this overwrites existing captions, creates a new track, requires a selected track, or has any side effects on the draft timeline.

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 focused sentence with no wasted words. It front-loads the core action and includes only high-signal stylistic details that help an agent understand the intended visual output.

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?

With 8 parameters, no annotations, and no output schema, a one-sentence description leaves too much unspecified. It lacks guidance on track selection, timing semantics, interaction with existing captions, and when to prefer this tool over capcut_add_subtitles_batch.

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 high at 88%, so the schema already documents most parameters. The description adds stylistic context like pop colors and heavy outline, which loosely maps to highlightColor and strokeColor, but it does not meaningfully explain parameter behavior beyond what the schema provides.

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 uses a specific verb and resource: 'Add modern dynamic word-highlight subtitles'. The 'Alex Hormozi style' and 'pop colors and heavy outline' details make this visually distinct from generic text or subtitle tools. It clearly differentiates itself from siblings like capcut_add_text and capcut_add_subtitles_batch through the word-highlight behavior.

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 on when to use this tool versus alternatives such as capcut_add_subtitles_batch or capcut_add_text. The description does not state prerequisites, exclusions, or scenarios where another tool would be more appropriate.

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