Roll Edit
roll_editAdjust an edit point by rolling the outgoing cut of a clip, shifting both visible edges and source in/out points while verifying all four positions.
Instructions
Perform a verified roll edit at the outgoing cut of a clip using the public timeline DOM, moving both visible edges and their source in/out points and verifying all four.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| offset_seconds | Yes | Offset in seconds (positive = roll right, negative = roll 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. |