Skip to main content
Glama

Create kaleidoscope

create_kaleidoscope

Create a kaleidoscope effect by folding an image into N mirrored wedges with adjustable segments, rotation, zoom, and center controls. Accepts a TOP path or generates a 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
segmentsNoNumber of mirrored wedges (N-fold symmetry). 6 is the classic look; higher = finer.
rotationNoRotation of the whole kaleidoscope, in radians. Animate/bind this to spin it.
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.
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.
expose_controlsNoWhen true (default), expose live Segments / Rotation / Zoom / Center X / Center Y knobs on the container.
parent_pathNoParent network where the kaleidoscope container is created (default '/project1')./project1
Behavior4/5

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

Annotations already indicate non-destructive behavior; the description adds value by detailing what the tool creates (baseCOMP with source, GLSL pass, Null output), optional input behavior, and the return summary. This goes beyond the annotations without contradicting them.

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 a single, well-structured paragraph of two sentences. It front-loads the main purpose and then provides necessary details without unnecessary words. Every sentence earns its place, achieving high conciseness.

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 tool with 8 parameters and no output schema, the description covers the main behavioral aspects: creation process, optional input, return information (summary + JSON with paths, errors, warnings, preview). It is mostly complete but could be improved by briefly describing the JSON structure more explicitly.

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%, so the baseline is 3. The description repeats some parameter info (Segments, Rotation, Zoom, Center) but does not significantly elaborate beyond the schema's own descriptions. It adds minor context like '6 is the classic look' but overall relies heavily on 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 ('Wrap a source') and identifies the resource (kaleidoscope/radial-mirror symmetry effect), clearly distinguishing it from sibling tools like create_visual_system or create_feedback_network. It also notes it's a 'signature VJ look', further clarifying its unique niche.

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?

The description clearly states when to use the tool (to wrap a source in a kaleidoscope effect) and provides an alternative (omitting input to generate noise). However, it does not explicitly exclude other use cases or compare to siblings, missing the opportunity to guide the agent away from similar tools.

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