Skip to main content
Glama
daviilpzDev

Arkeonix CapCut MCP

by daviilpzDev

capcut_trim_segment

Trim video segments by changing their start time, duration, or source in-point directly in CapCut draft projects.

Instructions

Change a segment start / duration / source in-point (seconds).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
atSecNo
draftYes
durSecNo
segmentIdYes
srcStartSecNo

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 must carry the full behavioral burden. It only says values can be changed; it does not disclose what happens to the rendered timeline, whether the draft is mutated immediately, whether changes need save, or whether setting srcStartSec shifts media content. This is a thin behavioral contract.

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 entire description is one front-loaded sentence with no filler, repetition, or irrelevant context. The key operation and attributes lead immediately.

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?

For a mutating 5-parameter tool with no annotations and no output schema, this is thin: no usage guidelines, no prerequisites, no side-effect or save/discard context, and no return-value mention. It is enough to identify the tool but not to call it with confidence in complex timeline scenarios.

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?

With 0% schema coverage the description is the only place parameter meaning is explained. It connects durSec to duration, atSec to start, and srcStartSec to source in-point, and specifies seconds. It does not explicitly map draft/segmentId or clarify mutual constraints between atSec, durSec, and srcStartSec, but it provides substantive semantic help.

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?

States a specific verb ('Change') and resource ('segment') with three distinct editable attributes ('start', 'duration', 'source in-point'), plus units. This separates it from siblings like capcut_move_segment or capcut_split_segment, which target different operations.

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?

No sentence describes when to use this tool instead of capcut_move_segment, capcut_split_segment, or capcut_delete_segment. The only signal is the tool name and the general description, so an agent gets no explicit routing or 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/daviilpzDev/arkeonix-capcut-mcp'

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