Reverse Clip
reverse_clipSet a timeline clip's playback direction to reversed or normal by toggling its reverse flag.
Instructions
Unavailable: Premiere does not expose a supported scripting API for reversing a timeline clip's playback direction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID of the clip | |
| reverse | No | True to reverse, false for normal (default: true) |
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. |