Skip to main content
Glama

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
NameRequiredDescriptionDefault
menu_pathYesMenu path from menu bar item to the command. First element is the menu bar item (e.g., 'File', 'Edit'), remaining elements are submenu items.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It mentions the action ('Execute') but lacks details on permissions needed, potential side effects (e.g., changes to projects), error handling, or what happens upon execution. This is a significant gap for a tool that likely performs mutations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core purpose in the first sentence, followed by a specific example in the second. Both sentences are essential, with zero waste, making it highly efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (executing arbitrary commands) and lack of annotations or output schema, the description is incomplete. It covers the input format but omits behavioral details like what commands are available, success/failure responses, or system state changes, which are critical for safe use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents the 'menu_path' parameter. The description adds value by explaining the parameter's semantics with an example (e.g., ['File', 'New', 'Project...']) and clarifying the array structure, going beyond the schema's basic description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose with a specific verb ('Execute') and resource ('any Final Cut Pro command by navigating the menu bar'), and it distinguishes itself from siblings by focusing on menu navigation rather than specific editing functions like 'add_effect' or 'adjust_volume'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context for when to use this tool (to execute commands via menu bar navigation) and includes an example format, but it does not explicitly state when not to use it or name specific alternatives among the many sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/elliotttate/finalcutpro-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server