Add Marker
add_markerAdd markers to timeline sequences or individual clips at specified times, with optional labels, comments, colors, and durations for organizing edits.
Instructions
Add a marker to the active sequence or a clip
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name/label for the marker | |
| color | No | Marker color index (0=Green, 1=Red, 2=Purple, 3=Orange, 4=Yellow, 5=White, 6=Blue, 7=Cyan) | |
| node_id | No | Optional clip node ID to add marker to clip instead of sequence | |
| comments | No | Comments for the marker | |
| time_seconds | Yes | Time position in seconds for the marker | |
| duration_seconds | No | Duration of the marker in seconds (0 for point marker) |
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. |