Slip Edit
slip_editPerform a verified slip edit by offsetting a clip's source in/out properties, so you can change which frames appear without altering its position on the timeline.
Instructions
Perform a verified slip edit on a clip using public source in/out properties.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| offset_seconds | Yes | Offset in seconds (positive = slip forward in source, negative = slip backward) |
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. |