Add Adjustment Layer
add_adjustment_layerAdd an adjustment layer to the active sequence at the playhead position on a specified video track.
Instructions
Add an adjustment layer to the active sequence via QE DOM. The layer is added at the playhead position on the specified track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | No | Video track index (default: 0) |
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. |