Skip to main content
Glama

Notch TouchEngine bridge

notch_touchengine_bridge

Set up a TouchDesigner bridge scaffold for Notch or TouchEngine, including notes, output, and optional playback or speed controls.

Instructions

Build a guarded Notch TOP or Engine COMP/TouchEngine bridge scaffold with notes, output, and optional Notch play/speed controls. This does not validate a Notch license or target runtime; live validation remains explicit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoCreate a Notch TOP bridge or an Engine COMP TouchEngine bridge.notch_top
nameNoGenerated container name.notch_touchengine_bridge
playNoStart playback/cooking where supported.
widthNoNotch TOP or placeholder output width. Ignored by mode=engine_comp.
activeNoStart the Notch TOP active. Ignored by mode=engine_comp.
heightNoNotch TOP or placeholder output height. Ignored by mode=engine_comp.
tox_pathNoTouchEngine .tox path for mode=engine_comp.
block_pathNoNotch .dfxdll block path for mode=notch_top.
parent_pathNoParent COMP path to build inside./project1
expose_controlsNoExpose Play and Speed controls where possible.
Behavior4/5

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

Annotations declare readOnly=false, openWorld=true, and destructive=false. The description adds meaningful behavioral context: 'This does not validate a Notch license or target runtime; live validation remains explicit.' This discloses a limitation beyond the annotations. No contradiction; openWorldHint aligns with the explicit-validation caveat.

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?

Two concise sentences: the first states the main purpose and elements, the second a key caveat. Every sentence earns its place, no redundant wording, and the structure front-loads the primary action.

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?

For a 10-parameter scaffold builder with no output schema, the description covers the core purpose and one limitation, but leaves ambiguities: what 'guarded' means concretely, side effects on existing nodes, or relationship to siblings like create_engine_comp. Annotations provide the safety profile, but the description could clarify more about behavior and prerequisites.

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 per-parameter descriptions, so the schema carries the parameter documentation burden. The description adds only a general mention of 'optional Notch play/speed controls' which maps to expose_controls, but does not add new semantics beyond the 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 uses a specific verb ('Build') plus resource ('Notch TOP or Engine COMP/TouchEngine bridge scaffold') and lists key contents ('notes, output, optional play/speed controls'). It clearly distinguishes from siblings like create_engine_comp or connect_touchengine_notch by framing it as a 'guarded scaffold' creation tool.

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

Usage Guidelines3/5

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

The description implies usage through the tool name and scaffolding frame, but gives no explicit when-to-use guidance or alternative tool exclusions. The caveat about not validating licenses/runtime hints at a use case (pre-validation scaffolding), but the description does not clearly state 'use this instead of X when you need Y'.

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