Skip to main content
Glama

Control Timeline Transport

control_timeline_transport

Control the TouchDesigner timeline: play, pause, seek to a frame, jump to a named cue, or set playback rate. Returns timeline state to confirm the action.

Instructions

Drive the TouchDesigner project timeline: play, pause, seek to a frame, jump to a named cue, or set playback rate. Returns the timeline state after the action so a copilot can verify the change took effect. NOTE: pausing will freeze any downstream motion/feedback/frame-diff chain — expected behaviour, not a bug.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rateNoPlayback rate multiplier for rate (required when action='rate'). 1.0=normal, 0.5=half, 2.0=double.
frameNoTarget frame for seek (required when action='seek').
actionYesTransport verb: play — start playback; pause — stop playback; seek — jump to a frame; cue — jump to a named cue point; rate — set playback rate.
cueNameNoNamed cue point for cue (required when action='cue').
Behavior4/5

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

Annotations indicate non-read-only and non-destructive. The description adds important behavioral context: it returns state after action (allowing confirmation) and includes a critical note about pausing freezing downstream chains. This extends beyond annotations, though more detail on side effects (e.g., impact on other timelines) could improve transparency.

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 concise (2 sentences plus note) with no redundant information. It front-loads the primary purpose and ends with a critical behavioral note. Every sentence adds value, making it highly efficient for an agent to parse.

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?

For a tool with 4 parameters and no output schema, the description covers the essential actions, side effects, and return value. It lacks detail on the exact format of the returned timeline state, but the note about pausing and the action list make it functionally complete. Slight improvement could mention required parameters for seek/cue.

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%, so parameters are well-documented. The description adds context about the return value but doesn't elaborate on parameter meanings beyond what the schema provides. Baseline 3 is appropriate given full schema coverage and marginal added value.

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's purpose: drive the TouchDesigner timeline with verbs like play, pause, seek, cue, and rate. It differentiates from siblings by covering all transport actions in one tool, while siblings like create_scene_timeline or manage_cue handle creation or cue management.

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 by listing the actions and noting that it returns timeline state for verification. While it doesn't explicitly exclude alternatives, the scope is well-defined and the note about pausing freezing downstream chains helps with proper usage. No explicit when-not, but sufficient for most cases.

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