Skip to main content
Glama

add_to_timeline

Place a project item on a video or audio track at a specified time, choosing between overwrite and insert modes to control existing clips.

Instructions

Place a project item onto a track at a given time and confirm the clip count grew. Overwrite replaces whatever is already there; insert pushes later clips further down the track. Use list_project_items to get the item ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNooverwrite
item_idYesNode ID or exact name of the project item
track_typeNovideo
track_indexYesZero based track index, so V1 is 0
time_secondsYesWhere on the timeline to place it
Behavior4/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 discloses destructive overwrite behavior, insert semantics, and a confirmation check. However, it omits other potential side effects like track creation or permissions.

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?

Three sentences, front-loaded with the core action. The phrase 'confirm the clip count grew' is a behavior detail but not excessive. No redundancy or filler.

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?

No output schema or annotations, but the description gives purpose, mode behavior, and a prerequisite for item_id. It lacks context about needing an active sequence or handling invalid track indices, but is adequate for a simple tool.

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 covers 60% of parameters with descriptions. The description adds meaning by explaining mode behavior beyond the enum names and suggesting list_project_items for item_id. It does not address track_type or time_seconds beyond the schema.

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 action: 'Place a project item onto a track at a given time' and adds a verification step. This distinguishes it from siblings like move_clip or remove_clip.

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?

Provides clear context for the two modes ('Overwrite replaces whatever is already there; insert pushes later clips further down the track') and directs users to list_project_items for the item ID, but does not explicitly mention when to use this tool over alternatives.

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

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