Skip to main content
Glama

assemble_rough_cut

Import media files into a new or existing bin, create a timeline, and append all clips for a one-shot rough cut assembly.

Instructions

One-shot rough cut: (optionally create+select a bin) import the media files, create a timeline, and append every imported clip to it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
media_pathsYes
timeline_nameYes
bin_nameNo
Behavior2/5

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

No annotations provided, so description carries full burden. It describes the high-level steps but lacks disclosure of side effects (e.g., overwriting existing timelines), permissions needed, or error handling. The tool appears to be a combined mutation, but details are sparse.

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?

Single sentence, brief and front-loaded. However, it could benefit from a bullet list of steps or clarifications on optional behavior (bin creation) without losing conciseness.

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

Completeness2/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 operations: import, create timeline, append), no output schema, and no annotations, the description is too sparse. Missing details on return values, error conditions, and prerequisites (e.g., project open?). Incomplete for a mutation tool.

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

Parameters2/5

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

Schema description coverage is 0%. Description mentions parameters (media_paths, timeline_name, bin_name) implicitly but does not explain their formats, constraints, or how they interact (e.g., bin_name optional; default behavior if not provided). Agent needs more guidance for correct 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?

Description clearly states verb 'assemble rough cut', resource (media, timeline), and outcome (import, create timeline, append clips). It distinguishes from siblings like create_timeline or append_clips by emphasizing the one-shot combined nature.

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 a one-shot rough cut workflow but does not explicitly state when to use this tool versus alternatives like append_clips or create_timeline. No exclusions or prerequisites provided.

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/mateo-khalil/davinci-resolve-mcp'

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