Skip to main content
Glama

Create DJ-style decks

create_decks

Build a DJ-style VJ mixer with A/B crossfade or up to 8 decks, per-deck gain, FX sends, and transition cuts.

Instructions

Build a DJ-style VJ mixer. Without decks[], it preserves the legacy A/B Cross TOP mixer with GainA/GainB controls. With decks[], it builds a 2-8 deck mixer: every deck pulls a source TOP (or a test source) through gain and FX-send Level TOPs, decks 3+ blend into a running Cross TOP chain, a Switch TOP provides hard transition cuts, a final Cross TOP blends program vs cut, and an additive FX-send bus returns per-deck sends into the master. Output is a Null ready for post-processing or setup_output.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decksNoOptional N-channel deck list. When supplied, create_decks builds a 2-8 deck mixer with per-deck gain, FX sends, a running blend chain, and a hard-cut switch bus.
deck_aNoAbsolute path of the source TOP for deck A (pulled in via a Select TOP, so it can live in another container). If omitted, a built-in test source (Noise TOP) is created so the mixer builds standalone.
deck_bNoAbsolute path of the source TOP for deck B (pulled in via a Select TOP). If omitted, a built-in test source (Ramp TOP) is created so the mixer builds standalone.
cut_mixNoBlend between the continuous program mix and the hard transition-cut bus: 0 = program mix, 1 = cut bus.
cut_deckNoZero-based deck index selected by the hard transition-cut bus in N-channel mode.
crossfadeNoMaster crossfader position: 0 = full deck A, 1 = full deck B, 0.5 = even blend.
parent_pathNoParent COMP the mixer container is built inside (default '/project1')./project1
expose_controlsNoExpose live 'Crossfader' + per-deck 'GainA'/'GainB' knobs on the container so the mix is playable on arrival.
Behavior4/5

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

Annotations already declare readOnly=false, openWorld=true, destructive=false. The description adds architectural details: per-deck gains, FX-send bus, Switch for cuts, Cross chain, and output as a Null. It also notes test sources are auto-created, giving behavioral insight beyond annotations.

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?

Four dense sentences front-loaded with the main purpose. Each sentence adds architectural information without fluff; could be more scannable but is well within acceptable length.

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 complex 8-parameter builder with no output schema, the description explains both modes, the internal network, output type (Null), and test-source fallback. It lacks edge-case error handling but is otherwise sufficient.

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 coverage is 100% with detailed per-parameter descriptions, so the baseline is 3. The description connects parameters to the topology (e.g., cut_mix relates to the Switch and final Cross) but doesn't add new format or syntax details beyond what schemas provide.

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 opens with 'Build a DJ-style VJ mixer' – a specific verb and resource. It then clearly distinguishes two build modes (legacy A/B vs 2-8 deck) and names concrete TOP elements, which separates it from sibling tools like create_layer_mixer.

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?

It clearly describes the tool's role in building a mixer and explains when each mode applies (with/without decks[]), but it does not explicitly compare to alternatives like create_layer_mixer or state exclusions, so context is clear but alternatives are not named.

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/lucasmaher-hash/touch-designer-mcp'

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