Skip to main content
Glama

Control Timeline Transport

control_timeline_transport

Manage TouchDesigner timeline transport: play, pause, seek to a frame, jump to a named cue, or set playback rate. Returns updated timeline state to confirm 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
actionYesTransport verb: play — start playback; pause — stop playback; seek — jump to a frame; cue — jump to a named cue point; rate — set playback rate.
frameNoTarget frame for seek (required when action='seek').
rateNoPlayback rate multiplier for rate (required when action='rate'). 1.0=normal, 0.5=half, 2.0=double.
cueNameNoNamed cue point for cue (required when action='cue').
Behavior5/5

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

The description discloses important behavioral details: it returns the timeline state for verification, and notably warns that pausing freezes downstream processing. Since no annotations are provided, the description fully covers the behavioral traits, including side effects.

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: two sentences plus a note. The main purpose is front-loaded, and every sentence adds value without redundancy.

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 no output schema, it adequately describes the return (timeline state for verification) and key behavior (pause effect). Given the action enum and param descriptions, the description is complete enough for an agent to use the tool correctly.

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 the schema already documents all parameters. The description adds minimal value beyond restating param requirements (e.g., 'frame required when action=seek'). It does not provide additional meaning or usage nuances not in the schema.

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 explicitly states the tool controls the TouchDesigner timeline with specific verbs: play, pause, seek, cue, rate. This clearly identifies the resource and action, distinguishing it from sibling tools that focus on creation or other aspects.

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?

While the description clearly indicates this tool is for timeline transport, it lacks explicit guidance on when not to use it or alternatives. The note about pausing affecting downstream chains provides some context, but no direct comparison to sibling tools.

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