Skip to main content
Glama

Create kaleidoscope

create_kaleidoscope

Apply a kaleidoscope effect to any visual by folding it into mirrored wedges. Control segments, rotation, zoom, and center point. Optionally generate a noise source if no input is provided.

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. 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. Output is a TOP.

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_controlsNoExpose live Segments / Rotation / Zoom / Center X / Center Y knobs on the container.
parent_pathNo/project1
Behavior5/5

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

Annotations already indicate non-read-only, non-destructive, and open-world behavior. The description adds valuable behavioral details: output is a TOP, input_path uses a Select TOP with cross-container wiring no-ops, and omitting input_path generates noise. These details go beyond annotations and provide clear behavioral context.

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 extremely concise: two sentences covering purpose, controls, and usage modes, plus a final sentence on output. Every sentence adds essential information without redundancy or fluff. Front-loaded with the core purpose.

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?

Given the tool has 8 parameters and no output schema, the description covers the core functionality, two usage modes, and output type. It does not mention performance implications or side effects, but annotations cover safety. Overall, it is sufficiently complete for an agent to understand when and how to use the 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 88%, so the schema already documents most parameters. The description adds marginal value by confirming the live controls correspond to Segments/Rotation/Zoom/Center parameters, and clarifies input_path usage. However, it does not significantly expand on the schema 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 wraps a source in a kaleidoscope/radial-mirror symmetry effect, describing it as a signature VJ look. It specifies the effect folds the image into N mirrored wedges with live controls. The distinct purpose and verb+resource make it highly distinguishable from sibling tools like create_glitch or create_audio_reactive.

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 provides clear context on when to use the tool (to apply a kaleidoscope effect) and gives specific usage guidance: pass input_path to kaleidoscope an existing visual, or omit to generate a self-contained noise source. However, it does not explicitly compare to alternatives or state when not to use it.

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