Skip to main content
Glama

append_to_timeline

Append specified media pool clips to the current timeline by providing their names. Automatically adds clips from the media pool to the timeline for efficient video editing.

Instructions

Append media pool clips to the current timeline by name.

Parameters:

  • clip_names: List of clip names to append (must exist in the current media pool folder)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clip_namesYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations, the description must disclose behavioral traits but only notes that clips 'must exist'. It omits what happens if no timeline is open, clip names are invalid, or how errors are handled.

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 extremely concise—two sentences that front-load the purpose and immediately list the parameter. Every sentence is necessary and efficient.

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 simplicity (1 parameter) and no annotations, the description partially covers needed context (parameter meaning, existence requirement) but lacks details on preconditions (e.g., open timeline), edge cases, and return value behavior (output schema exists but unused).

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 coverage is 0% (no parameter descriptions in schema), but the description adds meaning: 'clip_names: List of clip names to append (must exist in the current media pool folder)', which clarifies parameter semantics beyond the schema's bare title.

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 specifies the verb 'append' and resource 'media pool clips to the current timeline by name', clearly distinguishing it from sibling tools like 'create_timeline' or 'add_marker'.

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 the tool should be used when clips already exist in the media pool and a timeline is active, but it does not explicitly state prerequisites or when alternatives like 'import_media' might be preferred.

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/barckley75/resolve-claude-mcp'

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