Navigate Playhead
navigate_playheadMove the playhead to timeline boundaries, edit points, markers, or step by frames, then read back the new position. Navigates without altering clips.
Instructions
Move the active-sequence playhead to the start, end, in/out point, work-area bound, next/previous edit or marker, or step a number of frames, then read back the resulting position. Navigation only; it never changes clips.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Where to move the playhead. | |
| frames | No | Frames to step for step_forward/step_backward (default 1). | |
| track_type | No | Tracks whose clip edges count as edit points for next_edit/previous_edit (default both). | |
| track_index | No | Restrict edit points to one track index. |
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. |