Skip to main content
Glama

Create layer mixer

create_layer_mixer

Combine source TOPs into a single output using crossfade or blend modes like add, difference, hardlight. Creates a mixer container with exposed controls for live adjustment.

Instructions

Build a VJ-style layer mixer: combine source TOPs into one output. Creates a new baseCOMP under parent_path. 'crossfade' makes an A/B Cross TOP with a Crossfade knob (the classic two-deck mix); any other blend mode composites the inputs (add, difference, hardlight, glow, …). Sources are pulled in via Select TOPs so they can live anywhere; with fewer than two, demo sources (noise + ramp) are created. Output is a Null ready for post-processing or setup_output. Returns a summary plus a JSON block with the container path, created node paths, the source and output paths, exposed controls, any node errors, warnings, and an inline preview image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
inputsNoPaths of source TOPs to mix (brought in via Select TOPs, so they can live in other containers). With fewer than 2, demo sources (noise + ramp) are created so you can see it working.
blendNo'crossfade' = an A/B Cross TOP with a Crossfade knob; any other value composites all inputs with that blend mode.crossfade
expose_controlsNoWhen true (default), expose a live 'Crossfade' knob on the container (crossfade mode only).
parent_pathNoParent network where the mixer container is created (default '/project1')./project1
Behavior5/5

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

Annotations are consistent (readOnlyHint=false, destructiveHint=false, openWorldHint=true). Description adds behavioral details: creates new nodes, uses Select TOPs for input flexibility, outputs a Null, returns container paths and preview image. No contradiction.

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?

One paragraph of 5-6 sentences, front-loaded with core purpose, then explains modes, source behavior, output, and return. No redundant sentences, every sentence adds 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?

Covers inputs, blend modes, demo sources, output node, and return details (summary, JSON block with paths, errors, preview). Lacks explicit error handling or limitations, but sufficient for a create tool with 4 optional params.

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?

Schema covers all 4 parameters with descriptions. Description adds value by explaining demo source creation for inputs and the effect of blend modes, and the expose_controls behavior. Adds contextual meaning beyond schema.

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?

Clearly states the tool builds a VJ-style layer mixer combining source TOPs, with specific verb 'build' and resource 'layer mixer'. Differentiates by describing two modes (crossfade vs other blend modes) and mentions creating a baseCOMP under parent_path.

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?

Describes when to use: for VJ-style mixing, with crossfade for classic two-deck and other modes for compositing. Explains demo source creation with fewer than two inputs. Lacks explicit exclusions or alternative sibling tools, but provides sufficient context.

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/Pantani/tdmcp'

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