Skip to main content
Glama

Create text crawl

create_text_crawl

Creates multi-line animated text crawls, tickers, credits rolls, and typewriter reveals in TouchDesigner, enabling continuous scrolling or character-by-character motion.

Instructions

Build a multi-line animated text crawl / ticker / credits roll / typewriter reveal inside a self-contained baseCOMP. Three modes: 'crawl_horizontal' = continuous left-scrolling ticker tape (news-ticker style); 'roll_vertical' = upward credits roll (use \n to separate lines); 'typewriter' = text is revealed character-by-character from left to right (EXPERIMENTAL — the substring expression on a textTOP text par is unverified across TD builds). A textTOP renders the content; a transformTOP animates position via an EXPRESSION parameter (crawl/roll modes) or the textTOP text par is set to a time-sliced substring expression (typewriter mode). The scroll wraps continuously (loop=true, default) so the text re-enters from the opposite edge. Outputs a nullTOP 'out' as a stable handle. Differs from create_kinetic_text (single-string flash/pulse/slide) and create_text_overlay (a static, non-moving caption/title); this tool handles multi-line copy, continuous scrolling, and character-reveal. Returns a JSON block with container path, output_top, text_top, transform_top, mode, line count, and any per-step warnings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
loopNoWhen true (default), the scroll position wraps so the text crawls/rolls continuously. When false, it plays once and stops at the end.
modeNoAnimation style: 'crawl_horizontal' = text scrolls continuously left across the frame (ticker-tape); 'roll_vertical' = text rolls upward (credits roll); 'typewriter' = text is revealed one character at a time from left to right — EXPERIMENTAL (the substring expression on a textTOP par is UNVERIFIED across TD builds).crawl_horizontal
nameNoName for the baseCOMP container that holds the crawl network.text_crawl
textYesThe text content to display. Use \n to separate multiple lines (e.g. for a ticker or credits roll). All lines are fed to a single Text TOP.
colorNoRGB text colour as three 0–1 floats, e.g. [1,1,1] = white. Sets fontcolorr/g/b on the Text TOP.
speedNoScroll speed as a fraction of the output resolution per second. 0.1 = the text travels one full screen-width per 10 s. Drives the Transform TOP position expression.
widthNoOutput resolution width in pixels (sets resolutionw on the Text TOP).
heightNoOutput resolution height in pixels (sets resolutionh on the Text TOP).
bg_alphaNoBackground alpha [0–1]. 0 = fully transparent background (text over black/transparent). The par name is probed: 'alphabg' is tried first, then 'bgalpha' — UNVERIFIED across TD builds.
font_sizeNoFont size in pixels (maps to the Text TOP's fontsizex parameter; fontsizey is set to the same value).
parent_pathNoParent COMP where the text-crawl container is created (default '/project1')./project1
Behavior4/5

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

Annotations provide readOnlyHint=false and destructiveHint=false, which align with the description's 'Build' action. The description adds valuable context beyond annotations: it explains internal implementation (textTOP, transformTOP, EXPRESSION parameter), the looping behavior, the 'out' nullTOP handle, and explicitly flags risks for typewriter mode ('EXPERIMENTAL — unverified') and bg_alpha par probing ('UNVERIFIED'). This transparency about potential instability is exemplary.

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?

The description is detailed but dense, covering modes, mechanism, loop behavior, output handle, sibling differentiation, and return format. While longer than typical, every sentence contributes useful operational information. It is organized from high-level purpose to implementation to differentiation, though a slight rewrite could tighten the technical explanation.

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?

With 11 parameters and no output schema, the description compensates well by explaining internal topology, output handle, and return JSON structure. It covers key behavioral aspects like continuous wrapping and the experimental typewriter mode. Minor gap: no explicit example or mention of typical resolution/defaults, but overall it is complete enough for an agent to invoke correctly.

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%, providing baseline 3. The description adds meaning by explaining the role of mode (three animation styles) and loop (continuous vs one-shot), and by describing the return JSON fields. It also clarifies semantic nuances like 'speed is a fraction of output resolution per second' and 'use \n to separate lines', which go beyond individual parameter descriptions.

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 the tool's function: 'Build a multi-line animated text crawl / ticker / credits roll / typewriter reveal inside a self-contained baseCOMP.' It enumerates three specific modes (crawl_horizontal, roll_vertical, typewriter) and explicitly differentiates from sibling tools create_kinetic_text and create_text_overlay. The verb 'build' plus the resource (baseCOMP) makes the purpose unmistakable.

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?

The description provides explicit when-to-use guidance: 'Differs from create_kinetic_text (single-string flash/pulse/slide) and create_text_overlay (a static, non-moving caption/title); this tool handles multi-line copy, continuous scrolling, and character-reveal.' It also explains how each mode is used (e.g., roll_vertical uses \n to separate lines) and notes the loop behavior for continuous scrolling.

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