Clear Item In Out
clear_item_in_outRemove in and out points from a Premiere Pro project item to reset it to its full duration.
Instructions
Clear in and/or out points on a project item (reset to full duration).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Node ID or name of the project item | |
| clear_in | No | Clear the in point (default: true) | |
| clear_out | No | Clear the out point (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. |