Get Next Edit Point
get_next_edit_pointLocate the next or previous clip boundary from the playhead position, enabling rapid navigation between edit points on video, audio, or both track types.
Instructions
Find the next or previous edit point (clip boundary) from the playhead position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| direction | No | Direction to search (default: next) | |
| track_type | No | Track type to check (default: both) |
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. |