Toggle Track Visibility
toggle_track_visibilityShow or hide a video track in Adobe Premiere Pro by setting its eye icon state with a track index and a boolean visible flag.
Instructions
Toggle a video track's visibility (eye icon)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| visible | Yes | True to show, false to hide | |
| 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. |