Clear Sequence In Out
clear_sequence_in_outRemove in and out points from the active sequence. Choose to clear either the in point, out point, or both to reset the playhead range.
Instructions
Clear the in and/or out points on the active sequence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear_in | No | Clear in point (default: true) | |
| clear_out | No | Clear out point (default: true) |
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. |