execute_menu_command
Execute Final Cut Pro commands by specifying menu paths to automate editing workflows and access features through remote control.
Instructions
Execute any Final Cut Pro command by navigating the menu bar. Provide the menu path as an array (e.g., ['File', 'New', 'Project...'] or ['Edit', 'Paste as Connected']).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| menu_path | Yes | Menu path from menu bar item to the command. First element is the menu bar item (e.g., 'File', 'Edit'), remaining elements are submenu items. |