Skip to main content
Glama

edit_by_transcript

Edit a Final Cut Pro timeline by transcript text: remove or keep only spoken phrases. Cuts ripple and writes a non-destructive copy.

Instructions

Text-based editing: cut timeline content by what was SAID. mode=remove cuts every occurrence of the given phrases (with ripple); mode=keep_only keeps only the matched phrases and cuts everything else in each matched clip (clips with no matches are left untouched). Uses each media file's _transcript.json (auto-transcribes if missing). Non-destructive: writes a _transcript_edit copy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoremove=cut matches out; keep_only=keep only matchesremove
modelNoWhisper model size if transcription is neededbase
paddingNoSeconds to widen each cut on both sides (0-2, default 0)
phrasesYesSpoken phrases to match (case/punctuation-insensitive)
filepathYesPath to FCPXML file
clip_nameNoOnly edit the clip with this name
output_pathNoOutput path (default: adds _transcript_edit suffix)
Behavior5/5

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

No annotations are provided, so the description fully bears the transparency burden. It reveals that the tool is non-destructive (writes a copy), auto-transcribes if transcript is missing, supports optional clip_name filtering, and details mode effects. This is comprehensive for a mutation tool.

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 concise and well-structured. It begins with the main action, then details modes, transcript handling, and non-destructive behavior. Every sentence adds value without redundancy.

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

Completeness4/5

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

Given the tool's complexity (7 parameters, two modes, transcript dependency), the description covers essential aspects: modes, non-destructive behavior, auto-transcription, clip filtering, and default output path. However, it does not explicitly state what the tool returns or if there is any feedback, which would enhance completeness.

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

Parameters5/5

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

Schema coverage is 100%, but the description adds significant context beyond the schema. It explains that 'remove' mode uses ripple cuts, 'keep_only' leaves non-matching clips untouched, padding widens cuts, and phrases are case/punctuation-insensitive. This enhances understanding of parameter behavior.

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: text-based editing by cutting timeline content based on spoken phrases. It explains two modes (remove/keep_only) and mentions the use of transcript files. This distinguishes it from siblings like remove_media_silence and detect_silence, which focus on silence rather than speech.

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 on when to use the tool (text-based editing by spoken phrases) and explains mode behavior. However, it does not explicitly state when not to use it or list alternative tools, which would improve guidance.

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/DareDev256/fcpxml-mcp-server'

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