Skip to main content
Glama

remove_from_timeline

Remove a clip from an Adobe Premiere Pro timeline. Specify a sequence ID when working with non-active sequences, and choose ripple to close gaps or lift to leave them.

Instructions

Removes a clip from the timeline. Pass sequenceId when the clip ID came from list_sequence_tracks for a non-active sequence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clipIdYesThe ID of the clip on the timeline to remove
deleteModeNoWhether to ripple delete (close gap) or lift (leave gap)
sequenceIdNoOptional sequence ID to search. If omitted, searches the active sequence first, then all sequences.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It adds a meaningful behavioral detail: if sequenceId is omitted, it searches the active sequence first, then all sequences. However, it does not mention destructive side effects, undo behavior, or any prerequisites beyond the sequenceId hint, which is a notable gap 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 two sentences, front-loaded with the core action and followed by a targeted usage hint. Every word earns its place; no fluff or redundant information.

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?

The description is adequate for a simple three-parameter tool with no output schema. It covers the core operation, the tricky sequenceId case, and refers to the related tool list_sequence_tracks. While it doesn't mention side effects or undo, the schema handles parameter details, so the description is reasonably complete.

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?

The schema already describes all three parameters (100% coverage), giving a baseline of 3. The description adds value beyond the schema by specifying when to use sequenceId in a concrete context (clip ID from list_sequence_tracks for a non-active sequence), which is not captured in the parameter description itself.

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 'Removes a clip from the timeline' with a specific verb and resource. The second sentence adds a scoping detail about sequenceId, distinguishing it from simpler removal tools like remove_selected_clips by indicating how to handle clips from non-active sequences.

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

Usage Guidelines3/5

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

The description provides a specific, useful guideline for when to pass sequenceId (when the clip ID came from list_sequence_tracks for a non-active sequence). However, it does not explicitly contrast this tool with alternatives like remove_selected_clips, lift_selection, or ripple_delete, leaving the choice among siblings implicit.

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/hetpatel-11/Adobe_Premiere_Pro_MCP'

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