capcut_trim_clip
Trim a CapCut segment's start time or duration by specifying its segment ID and new values, enabling precise timeline edits programmatically.
Instructions
Adjusts the timeline start time or duration of an existing segment by its segment ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| segment_id | Yes | UUID of the segment to trim. | |
| new_start_seconds | No | New start time in seconds. | |
| project_name_or_id | Yes | Target project name or ID. | |
| new_duration_seconds | No | New duration in seconds. |