Skip to main content
Glama

add_to_timeline

Place a project clip onto a sequence timeline at a chosen track and time, with control over overwrite/insert mode and source in/out points for precise sub-clip placement.

Instructions

Adds a media clip from the project panel to a sequence timeline at a specific track and time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeYesThe time in seconds where the clip should be placed on the timeline
linkAudioNoWhen false, removes the auto-linked audio counterpart that Premiere places on audio tracks for video-track clips. Useful for video overlays whose source media (e.g. Remotion .mov outputs) carry silent PCM that would overwrite existing audio. Default true (preserves Premiere's native linking behavior).
insertModeNoWhether to overwrite existing content or insert and shift
sequenceIdYesThe ID of the sequence (timeline) to add the clip to
trackIndexYesThe index of the video or audio track (0-based)
projectItemIdYesThe ID of the project item (clip) to add
sourceInPointNoSource IN point in seconds — the start of the sub-range to pull from the source (footage or sequence). Replicates marking an in point in the Source monitor. Requires sourceOutPoint. When omitted, the whole source (or its current marks) is placed.
sourceOutPointNoSource OUT point in seconds — the end of the sub-range to pull from the source. Replicates marking an out point in the Source monitor. Requires sourceInPoint.
Behavior3/5

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

No annotations are provided, so the description carries the burden. It mentions the 'linkAudio' parameter's behavior (removes auto-linked audio) and the insertMode options, which adds transparency. However, it does not disclose potential side effects like overwriting existing clips, shifting content, or whether the operation is reversible. The description is not contradictory to any annotations (none exist).

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

Conciseness4/5

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

The description is a single sentence that is clear and front-loaded with the core action. It does not waste words, but it could benefit from a brief note on when to use it (e.g., 'Use for single clip insertion; for batch operations, see add_to_timeline_batch'). Overall, it is concise and structured well.

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 (8 parameters, 4 required) and no output schema, the description is adequate but not complete. It explains the main purpose and key parameters but lacks guidance on error conditions, return values, or interaction with other tools. The description covers the essentials but leaves room for more detail on edge cases like invalid track indices or time conflicts.

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 all parameters. The description adds value by explaining the 'linkAudio' parameter's purpose (removing silent PCM audio) and the 'sourceInPoint'/'sourceOutPoint' semantics (replicating Source monitor marks). This goes beyond the schema's basic descriptions, providing practical context for parameter usage.

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 action: 'Adds a media clip from the project panel to a sequence timeline at a specific track and time.' It specifies the resource (media clip), the destination (sequence timeline), and the placement parameters (track and time). This distinguishes it from siblings like add_to_timeline_batch, remove_from_timeline, and move_clip.

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 implies usage for placing clips on a timeline but does not explicitly state when to use this tool versus alternatives like add_to_timeline_batch or insert_from_source. It lacks guidance on prerequisites (e.g., sequence must exist, project item must be valid) or when to prefer other insertion methods.

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/compimprove/adobe-premiere-mcp'

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