Skip to main content
Glama

Create video player

create_video_player

Create a video player with play, speed, and clip controls for VJ clip playback in TouchDesigner. Supports empty player, single file, or playlist.

Instructions

Build a movie/clip player: one Movie File In TOP, or a playlist of clips fed through a Switch TOP with a Clip selector. Exposes live Play / Speed (and Clip) controls, output as a Null. Pass file paths, or none to get an empty player you point at a file in TD. For VJ clip playback — mix it with create_layer_mixer or make it react with bind_to_channel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filesNoMovie file path(s). 0 = an empty player you can point at a file later; 1 = a single clip; 2+ = a playlist with a Switch TOP and a Clip selector.
expose_controlsNoExpose live Play / Speed (and Clip, for a playlist) controls.
parent_pathNo/project1
Behavior4/5

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

Annotations include readOnlyHint=false and destructiveHint=false, and the description adds behavioral details such as exposing live controls and outputting as a Null. It explains the empty player scenario. No contradiction with annotations, but could clarify network creation behavior under open world hint.

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, efficient, and front-loaded with the primary purpose. No unnecessary words or repetition.

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?

Covers core functionality, use case example, and integration hints. Lacks explanation of parent_path parameter and behavior on repeated calls. Given moderate complexity, it is fairly complete.

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 schema has 67% description coverage; the description reinforces the files parameter behavior but does not cover parent_path or expose_controls beyond schema defaults. It adds value by explaining file count scenarios but falls short of full compensation.

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 movie/clip player in TouchDesigner, specifying the internal structure (Movie File In TOP or Switch TOP with Clip selector) and output (Null). It distinguishes from sibling tools by mentioning integration with create_layer_mixer and bind_to_channel.

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 usage context by indicating 'For VJ clip playback' and explaining behavior based on number of files (0, 1, 2+). It suggests mixing with other tools but does not explicitly state when not to use this tool versus alternatives.

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