Skip to main content
Glama

Record movie / sequence

record_movie

Begin or stop recording a TouchDesigner TOP to a movie file (.mov/.mp4), with optional auto-stop after a set duration. Ideal for exporting clips or loops instead of single frames.

Instructions

Record a TOP to a movie file (.mov/.mp4) via a Movie File Out TOP — for exporting a clip or a loop, where render_output only saves a single frame. start begins recording (pass file, fps); pass seconds to auto-stop after a fixed length, or call stop to finish (stop also cleans up the recorder node). The file is written by TouchDesigner on the TD machine. For individual numbered frames, use render_output per frame.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fpsNo(start) Frames per second.
fileNo(start) Output movie path on the TD machine, with a .mov or .mp4 extension. Absolute path recommended.
actionNostart recording the TOP to a file, or stop the current recording.start
secondsNo(start) If set, auto-stop after this many seconds (records a fixed-length loop); otherwise record until you call stop.
node_pathYesPath of the TOP to record.
Behavior4/5

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

The description adds behavioral context beyond the annotations: it explains the start/stop workflow, that stop cleans up the recorder node, and that the file is written by TouchDesigner on the TD machine. With annotations already indicating a non-read-only, non-destructive operation, the description provides useful extra detail 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 three sentences long, front-loaded with the main purpose, and every sentence delivers critical information. No redundancy or filler.

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?

For a tool with 5 parameters and no output schema, the description covers the workflow (start/stop/auto-stop), the file location, the TD machine context, and the alternative for single frames. It is sufficiently complete for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, and the description enriches the parameter semantics by explaining how start uses file and fps, seconds auto-stops after a fixed length, and stop finishes recording and cleans up. This is a clear added value over the raw 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 records a TOP to a movie file via a Movie File Out TOP, with a specific verb and resource. It explicitly distinguishes itself from render_output, which only saves a single frame, making its 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 Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says to use this tool for exporting a clip or a loop, while recommending render_output per frame for individual numbered frames. This gives clear when-to-use and when-not-to-use guidance, directly naming the alternative.

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