Lock Track
lock_trackLock or unlock a video track in Premiere Pro by specifying its index and lock state.
Instructions
Lock or unlock a video track
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locked | Yes | True to lock, false to unlock | |
| track_index | Yes | Video track index (0-based) |
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. |