Skip to main content
Glama

Export render preset

export_render_preset

Start or stop named video export presets (HAP, ProRes, NotchLC, MP4) in TouchDesigner, recording a TOP to file and documenting codec, extension, and fps for reliable playback.

Instructions

Start/stop a movie export with named VJ/editorial presets (HAP, HAP Alpha, ProRes 422/4444, NotchLC, MP4 review) while reusing record_movie's Movie File Out TOP recorder. This records a TOP to a file written by TouchDesigner and documents the expected codec/extension/fps for downstream playback tools.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fpsNoOverride the preset frame rate.
fileNoOutput movie path on the TD machine. Required for action=start.
actionNoStart or stop the preset recording pass.start
presetNoDelivery preset to document and apply.hap
secondsNoOptional fixed loop duration. Omit to record until a stop call.
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 annotations: it states that the tool records a TOP to a file, writes via TouchDesigner, and documents expected codec/extension/fps. This complements the annotations (readOnlyHint=false, openWorldHint=true) without contradicting them, though it does not cover every side effect (e.g., overwrite behavior).

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, front-loaded with the core action, and includes meaningful specifics without redundancy. Every sentence adds value, covering both behavior and the preset list efficiently.

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's moderate complexity (6 params, no output schema), the description effectively communicates purpose, preset scope, and key behavior. It falls short of fully explaining prerequisites or lifecycle details (e.g., when stop is required), but the schema fills in parameter specifics.

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% and all parameters have descriptions. The tool description adds some context (e.g., named presets, expected codecs for playback) but does not materially explain parameter semantics beyond the schema, so the baseline of 3 is appropriate.

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 starts/stops a movie export using named presets, and specifies the resource (TOP recorded to file). It distinguishes from siblings like record_movie by mentioning the preset-driven approach and reuse of record_movie's recorder.

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 for when to use this tool (preset-based exports with specific codecs) and mentions reuse of record_movie's recorder, implying it is the preset-focused alternative. However, it does not explicitly state when not to use it or name direct alternatives beyond the implicit reference.

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