Skip to main content
Glama

append_clips_to_timeline

Add video clips from the current media pool folder to the active timeline. Optionally specify which clips to include.

Instructions

Append clips from the current media pool folder to the current timeline.

If clip_names is None, all clips in the current folder are appended.

Args: clip_names: Optional list of clip names to append. Uses all clips in current folder if omitted.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clip_namesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden. It explains the behavior for both providing clip names and omitting them, but it does not disclose potential failure modes if the current folder or timeline is not set, or if clips are already present.

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, with two sentences plus an args block. Every sentence adds value, and the structure front-loads the main action.

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

Completeness5/5

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

Given the tool's simplicity and the presence of an output schema, the description covers all necessary context: what it does, the source, the destination, and the parameter behavior.

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?

Since schema description coverage is 0%, the description must compensate. It explains the clip_names parameter's purpose and default behavior, adding significant value beyond the schema's type-only definition.

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: append clips from the current media pool folder to the current timeline. It specifies the source and distinguishes it from related tools like create_timeline_from_clips that create a new timeline.

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 implies prerequisites by saying 'current' folder and timeline, indicating the user must have these set. It also explains the parameter behavior clearly. However, it does not explicitly state when to use this tool versus alternatives like adding clips via import.

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

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