Set Clip Opacity
set_clip_opacityAdjust a video clip's transparency by setting opacity from 0 (transparent) to 100 (fully opaque), enabling fade effects and overlays.
Instructions
Set the opacity of a video clip (0-100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| opacity | Yes | Opacity value (0 = transparent, 100 = fully opaque) |
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. |