Skip to main content
Glama

resolve_insert_broll

Insert video-only B-roll into an empty gap on an existing video track. Validates overlap, locked tracks, and FPS mismatch, with dry-run mode and a recovery copy before actual insertion.

Instructions

Insert video-only B-roll into an EMPTY interval on an existing video track. Absolute record frame; defaults to dry-run. Rejects overlap, locked tracks and FPS mismatch. Creates a recovery copy before an actual insertion.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dry_runNo
media_idNo
clip_nameYes
track_indexNo
record_frameYes
duration_framesYes
source_start_frameNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.2.0

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden. It discloses key behavioral traits: 'defaults to dry-run', 'Rejects overlap, locked tracks and FPS mismatch', and 'Creates a recovery copy before an actual insertion'. While it does not mention the return format or success signaling, it covers the most critical behaviors for safe invocation.

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 two sentences, both dense with information. The primary purpose is front-loaded, and the second sentence covers behavioral constraints and safety. There is no waste; every clause adds value.

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 7 parameters and no output schema, the description is incomplete. It does not explain most parameters, what the function returns, or when to prefer this tool over siblings. An agent would struggle to correctly populate all arguments without additional knowledge.

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%, so the description must compensate. It only hints at 'record_frame' (via 'Absolute record frame') and 'dry_run' (via 'defaults to dry-run'), but leaves clip_name, duration_frames, track_index, media_id, and source_start_frame unexplained. The description adds minimal meaning beyond the schema's property names.

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 a specific verb and resource: 'Insert video-only B-roll into an EMPTY interval on an existing video track.' It distinguishes from siblings like resolve_insert_title or resolve_replace_clip by emphasizing 'video-only' and 'EMPTY interval', leaving no ambiguity about the tool's primary function.

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 usage for empty intervals ('EMPTY interval') and video-only content, but it does not explicitly name alternatives or conditions when not to use this tool. It lacks an explicit 'when-to-use' vs 'when-not-to-use' guidance, so an agent must infer the appropriate context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools