Slide Edit
slide_editMove a clip along the timeline by a specified offset in seconds, using neighboring clips to verify the edit stays valid.
Instructions
Perform a verified slide edit on a clip using adjacent clips from the public timeline DOM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| offset_seconds | Yes | Offset in seconds (positive = slide right, negative = slide left) |
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. |