Skip to main content
Glama

Create video synth

create_video_synth

Generate analog video-synthesizer patterns like lissajous curves, interference fringes, or CRT scanlines with live controls for VJ performances.

Instructions

Instantiate an analog video-synthesizer pattern (lissajous oscillator curve, moving interference fringes, or CRT scanline modulation) into a GLSL TOP with live Speed / FreqX / FreqY / Scale / Color controls, output as a Null TOP inside a new 'video_synth_' container under parent_path. An oscillator/interference generator for VJ work — distinct from create_shader_lib's tunnel/raymarch/fractal/metaball looks. Use create_video_player instead when you want to play a real movie file rather than generate a pattern. Returns the chosen mode, its parameters, and a preview of the output TOP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNoOscillator look: 'lissajous' (two-oscillator X/Y curve), 'interference' (moving sine fringes), or 'scanlines' (analog CRT scanline modulation).lissajous
speedNoAnimation speed multiplier (drives uTime). Exposed as a live 'Speed' control.
freq_xNoX-axis oscillator frequency (uFreqX). Exposed as a live 'FreqX' control.
freq_yNoY-axis oscillator frequency (uFreqY). Exposed as a live 'FreqY' control.
scaleNoPattern scale/zoom multiplier (uScale). Exposed as a live 'Scale' control.
colorNoBase color as hex (e.g. '#33ccff'); parsed to 0..1 RGB and exposed as 'Color'.
resolutionNoOutput resolution [width, height] of the GLSL TOP.
expose_controlsNoExpose live Speed / FreqX / FreqY / Scale / Color controls on the system container.
parent_pathNoParent COMP path the self-contained 'video_synth_<mode>' container is created inside./project1
Behavior3/5

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

Annotations declare readOnlyHint=false and destructiveHint=false, so the description does not need to reiterate those. It adds context about container creation, live controls, and return values, but lacks details on side effects or dependencies beyond what annotations indicate.

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 two sentences long, front-loaded with the primary action, and includes all critical information without extraneous text.

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 9 parameters, full schema descriptions, and annotations, the description adequately covers the tool's purpose, usage, and output. Missing are potential side effects or performance notes, but overall it is complete enough for an agent to use correctly.

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 each parameter described in the schema. The description adds minimal extra meaning (e.g., 'exposed as a live control') but largely restates information already in 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 clearly states the tool creates an analog video-synthesizer pattern as a GLSL TOP with live controls, listing three specific modes. It distinguishes itself from sibling tools create_shader_lib and create_video_player by explicitly naming them and describing their different purposes.

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 explicit guidance on when to use create_video_synth versus create_shader_lib and create_video_player, but does not cover exclusions like prerequisites or performance considerations.

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