Set Clip Properties Batch
set_clip_properties_batchApply Motion and Opacity changes to up to 16 clips after validating every property, then verify each applied value so the batch only reports success when all updates are confirmed.
Instructions
Apply Motion/Opacity values to up to 16 clips after preflighting every target property. The handler reads each requested value back and never reports a partial batch as verified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Each item changes one or more supported opacity, Motion scale, position, or rotation values. |
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. |