Skip to main content
Glama

Create panic control

create_panic
Destructive

Wraps a video source with Blackout (output to black) and Freeze (hold last frame) kill switches for live VJ safety.

Instructions

Build a live-performance safety control — the 'oh no' button every VJ needs. Wraps a source in a small COMP with two instant kill switches: Blackout forces the output to black (a Level TOP's brightness1 driven to 0) and Freeze holds the last frame (a Cache TOP stops capturing, active → 0). With an input_path the source is pulled in by a Select TOP (so it can live in another container); without one a built-in Ramp TOP test source is used so it builds and previews standalone. Output is a Null TOP. Big Blackout / Freeze toggle buttons are exposed on the container so a performer can hit them instantly. Marked destructive because firing Blackout/Freeze disables the live output. Returns the container, the source/freeze/blackout/output node paths, and the initial toggle states.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
freezeNoInitial Freeze state. When on, the last frame is held instead of passing the live input (Cache TOP stops capturing — active = 0).
blackoutNoInitial Blackout state. When on, the output is forced to black (Level TOP brightness1 = 0) — the instant kill switch.
input_pathNoOptional absolute path of the live source TOP to protect. Pulled in via a Select TOP (TD wires can't cross containers, so it's referenced by path). If omitted, a built-in test source (Ramp TOP) is used so the panic COMP still builds and previews on its own.
parent_pathNoParent COMP the panic container is built inside (default '/project1')./project1
expose_controlsNoExpose big Blackout and Freeze toggle buttons on the container so a performer can hit them instantly.
Behavior5/5

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

The description goes well beyond the destructiveHint annotation by explaining exactly how Blackout (Level TOP brightness1 = 0) and Freeze (Cache TOP active = 0) are implemented, why it's destructive, and the return value. It also discloses internal construction details (Select TOP, Ramp TOP, Null TOP) that are not in annotations or schema.

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 that front-loads the purpose, then systematically explains the mechanics, modes, output, and return values. Every sentence earns its place without redundancy, making it concise despite its length.

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?

Given the tool's complexity and lack of an output schema, the description is fully complete: it explains the internal node graph, the two input modes, the destructive consequences, the exposed controls, and explicitly lists the returned node paths and toggle states. No important behavior is left unexplained.

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?

The input schema already covers all 5 parameters with detailed descriptions (100% coverage). The tool description adds context about how input_path works and the test source, but does not add per-parameter meaning beyond what the schema provides, matching the baseline for high schema coverage.

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 builds a live-performance safety control ('oh no' button) with Blackout and Freeze switches, distinguishing it from generic control creation tools like create_control_surface or create_safety_blackout_chain. The specific verb 'Build' and the detailed COMP structure make the purpose unambiguous.

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 implies a clear use case (live-performance safety) and explains the input_path vs. standalone test source mode. However, it does not explicitly contrast with alternative tools like create_safety_blackout_chain or state when not to use it, so it falls 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