Skip to main content
Glama

Edit timeline

skycut_apply_timeline_edit

Edit a video timeline by applying structured operations like insert, remove, reorder, retrim, transitions, and music, always saving as a new version.

Instructions

Apply structured edits to the latest (or given) timeline version, or replace it wholesale. Versions are immutable — the result is always saved as a NEW version. Ops: insert {at_index, clip}, remove {id}, reorder {id, to_index}, retrim {id, in_s?, out_s?, speed?}, set_transition {id, transition|null}, set_music {music|null}. Example: { edits: [{ op: "retrim", id: "c3", out_s: 51.0 }] }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
editsNoStructured edit operations, applied in order
timelineNoFull replacement timeline JSON (alternative to edits)
base_versionNoVersion to edit; omit for latest
Behavior4/5

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

Annotations indicate readOnlyHint=false and destructiveHint=false. The description adds key behavioral info: versions are immutable and results are saved as new versions. It details all operations, providing more transparency than the annotations alone. Missing details like atomicity or return behavior.

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 well-structured: purpose first, then immutability note, then compact operation list, then example. It is concise and front-loaded, using minimal text to convey essential information. Some redundant phrasing could be trimmed, but overall 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 complexity (multiple nested operations) and no output schema, the description provides operation details and the immutability behavior. However, it does not describe return values (e.g., new version ID) or error handling. This leaves gaps for an agent using the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 100% coverage with descriptions for each parameter. The description summarizes the operations and provides an example, which adds slight value beyond the schema. However, the schema already covers the structure and constraints, so the description does not significantly enhance parameter understanding.

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 applies structured edits or replaces a timeline version. It lists all supported operations and distinguishes from sibling tools like skycut_get_timeline (read) or skycut_propose_cut (suggestion). The verb 'apply' and resource 'timeline edit' are specific and unambiguous.

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

Usage Guidelines2/5

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

The description does not provide explicit guidance on when to use this tool vs alternatives. It explains what the tool does but lacks when-to-use or when-not-to-use context. No sibling differentiation is mentioned.

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/smhunt/skycut-drone-video-pipeline'

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