Skip to main content
Glama

batch_add_transitions

Apply a transition to every clip boundary on a track in one operation. Set sequence, track, transition name, and duration to batch-add cross dissolves or other effects.

Instructions

Adds a transition to all clip boundaries on a track. Useful for quickly adding cross dissolves or other transitions between every clip.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
durationYesThe duration of each transition in seconds
sequenceIdYesThe ID of the sequence
trackIndexYesThe video track index (0-based)
transitionNameYesThe name of the transition (e.g., "Cross Dissolve")
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the primary action but omits critical details such as whether existing transitions are overwritten, whether the sequence must be open, or any side effects. This is a significant transparency gap for a mutation tool.

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 concise sentences, front-loaded with the core action and a practical usage note. No wasted words.

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?

The description sufficiently explains the tool's purpose and typical use, and the schema covers parameters. However, with no annotations and no output schema, an agent lacks guidance on prerequisites, error conditions, or expected outcomes beyond the side effect. It is adequate but not fully complete.

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?

Schema description coverage is 100%, so all four parameters are documented in the schema. The description adds a minor example ('cross dissolves') but does not enrich parameter semantics beyond the schema. The baseline of 3 applies.

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 action: 'Adds a transition to all clip boundaries on a track.' It distinguishes itself from sibling tools like add_transition or add_transition_to_clip by specifying 'all clip boundaries' and batch behavior.

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 gives clear usage context: 'Useful for quickly adding cross dissolves or other transitions between every clip.' It implies when to use this tool (batch transitions across a track) but does not explicitly exclude alternatives or state when not to use it.

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/hetpatel-11/Adobe_Premiere_Pro_MCP'

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