Add Transition To Clip
add_transition_to_clipAdd a video transition to the start or end of a clip, choosing position and duration. Specify clip ID and transition name to apply.
Instructions
Add a transition to a specific clip's start or end
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| position | No | Where to apply the transition (default: end) | |
| transition_name | Yes | Name of the transition | |
| duration_seconds | No | Duration of the transition in seconds (default: 1.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. |