Skip to main content
Glama

Create cue sequencer

create_cue_sequencer

Build a bar-quantized cue timeline that advances through ordered steps, recalling or morphing stored cues on each bar or beat boundary for musical, deterministic sequencing.

Instructions

Build a bar-quantized cue timeline: a Beat CHOP (on the global tempo) + a CHOP Execute DAT that, on each bar (or beat) boundary, advances through an ordered list of steps and recalls — or morphs over morph_seconds — that step's cue on a target COMP. The deterministic, musically-timed counterpart to create_autopilot (which is random/cyclic). Reuses manage_cue's stored cues and the same cue_morph engine, so store the target's cues with manage_cue first. Live Active / Step / BarsPerStep controls let you pause, jump, or retune on stage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNoCOMP whose stored cues (tdmcp_cues, from manage_cue) the sequencer recalls/morphs. Store the cues first./project1
stepsYesThe ordered timeline: each step names a cue and how many bars/beats it holds before the next.
loopNoWhen the last step finishes, wrap back to the first (true) or stop (false).
quantizeNoUnit each step's count is measured in: 'bar' (× the project's beats-per-bar) or raw 'beat'.bar
morph_secondsNo0 = snap to each cue instantly on its boundary; >0 = crossfade to it over this many seconds (via the same cue_morph engine manage_cue uses).
nameNoName of the engine container built inside target.cue_seq
parent_pathNoWhere to create the sequencer engine COMP./project1
Behavior4/5

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

Discloses creation of Beat CHOP and CHOP Execute DAT, how it advances steps, and the morph capability. Annotations already indicate non-destructive, open-world behavior, so description adds good context without contradictions.

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?

Two sentences, front-loaded with main purpose, then technical details. Dense but efficient for a complex tool, though could be slightly more structured with bullet points.

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 mechanism, prerequisites, live controls, and parameter details. No output schema, but description suffices for an agent to use correctly given the input schema's completeness.

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 coverage is 100%, but description adds meaning: explains target as 'COMP whose stored cues...', steps as 'ordered timeline', morph_seconds as crossfade, and quantize units. Provides value 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?

The description clearly states it builds a bar-quantized cue timeline using specific TouchDesigner nodes. It distinguishes itself from create_autopilot (random/cyclic) with precise language.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says to store cues with manage_cue first, and contrasts with create_autopilot. Provides context for when to use this tool (musically-timed sequence) vs alternatives.

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