Skip to main content
Glama

Create kaleidoscope

create_kaleidoscope

Creates a kaleidoscope symmetry effect, folding a visual into N mirrored wedges with adjustable segments, rotation, zoom, and center. Accepts a TOP path or generates a noise source for preview.

Instructions

Wrap a source in a kaleidoscope / radial-mirror symmetry effect — a signature VJ look. Folds the image into N identical mirrored wedges around a centre, with live Segments / Rotation / Zoom / Center controls. Creates a new baseCOMP under parent_path holding the source, a single GLSL fold pass, and a Null output. Pass input_path (an absolute TOP path) to kaleidoscope an existing visual, or omit it to generate a self-contained noise source that previews on its own. Returns a summary plus a JSON block with the container path, created node paths, the output path, exposed controls, any node errors, warnings, and an inline preview image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
zoomNoZoom into the source — >1 magnifies the pattern, <1 pulls more of the source in.
center_xNoKaleidoscope centre X in normalized UV (0–1). 0.5 is the middle of the frame.
center_yNoKaleidoscope centre Y in normalized UV (0–1). 0.5 is the middle of the frame.
rotationNoRotation of the whole kaleidoscope, in radians. Animate/bind this to spin it.
segmentsNoNumber of mirrored wedges (N-fold symmetry). 6 is the classic look; higher = finer.
input_pathNoAbsolute path of a source TOP to kaleidoscope. Brought in via a Select TOP (cross-container wiring silently no-ops). If omitted, a coloured noise source is generated so the network previews on its own.
parent_pathNoParent network where the kaleidoscope container is created (default '/project1')./project1
expose_controlsNoWhen true (default), expose live Segments / Rotation / Zoom / Center X / Center Y knobs on the container.
Behavior4/5

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

Beyond the annotations, the description discloses what gets created under parent_path (baseCOMP, source, GLSL fold pass, Null output), the optional noise-source behavior, and the return payload including paths, controls, errors, and preview. It does not cover every edge case such as overwrites or invalid parent paths, but the added detail is substantial.

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?

The description is dense but efficient, with every sentence contributing value: effect definition, folding mechanics, node construction, input modes, and return format. It is front-loaded with the core action and contains no filler or tautological phrases.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description thoroughly explains the returned JSON structure (container path, created node paths, output path, exposed controls, errors, warnings, preview image). It also covers both input scenarios and the parent_path placement, making it complete enough for a complex network-creation tool.

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 description coverage is 100%, so all eight parameters already have precise descriptions, defaults, and units in the schema. The tool description references the parameter groups (Segments/Rotation/Zoom/Center) and input_path, but adds no new parameter-level meaning beyond what the schema provides.

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 a specific action ('Wrap a source in a kaleidoscope / radial-mirror symmetry effect') and clearly identifies the resource being created. It distinguishes the tool from sibling creation tools by detailing the wedge-folding behavior, controls, and node structure it produces.

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 provides clear context for when to use the tool and gives two explicit usage modes: pass input_path to process an existing visual, or omit it to generate a self-contained noise source. However, it does not explicitly name alternative tools or state when not to use it, so it stops short of full guidance.

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