Split Clip
split_clipSplit every clip on a chosen video or audio track that spans a specified timeline time, then verify both new clip boundaries.
Instructions
Split every clip on one track that spans a timeline time, then verify both resulting boundaries. Requires QE DOM; effect-keyframe redistribution remains unverified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_type | No | Track type (default: video) | |
| track_index | No | Track index (0-based, default: 0) | |
| time_seconds | Yes | Timeline time in seconds where clips on the selected track will split |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |