Skip to main content
Glama

Add clips to the open scene

flow_add_clips_to_scene

Add library clips in specified order to the currently open Scenebuilder scene. Stitching is free and does not use Extend credits.

Instructions

Add library clips, in order, to the currently open Scenebuilder scene. FREE — stitching costs nothing. This never touches Scenebuilder's 'Extend', which does cost 40 credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
media_idsYesClip media ids, in the order they should appear
Behavior4/5

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

Annotations already indicate this is a write operation (readOnlyHint=false) with possible side effects. The description adds key behavioral details: the operation is free, maintains order, and does not invoke the costly Extend feature. These go beyond what annotations provide.

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, front-loaded with the essential action, and every sentence adds value. There is no redundancy or unnecessary information.

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

Completeness4/5

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

For a simple one-parameter tool with annotations, the description is fairly complete. It explains the action, cost, and a key distinction from Extend. It implicitly assumes an open scene, which is clear from the title and first sentence. Missing details like error handling are not critical given the context.

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?

The input schema covers 100% of the parameter, describing it as 'Clip media ids, in the order they should appear'. The description reinforces this by stating 'in order' and specifying the source as 'library clips', adding slight additional semantic value.

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 uses a specific verb ('Add') and resource ('library clips' to 'open scene'), clearly stating what the tool does. It also distinguishes from the sibling 'Extend' feature, which is mentioned explicitly.

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 provides context on when to use the tool (adding clips in order to the current scene) and explicitly states that it does not use the Extend feature, which has a cost. However, it does not compare with other sibling tools like flow_create_scene or flow_export_scene.

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/Sergiorushy326/google-flow-mcp'

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