timeline_pause
Pause active timeline playback in TouchDesigner to halt scene progress during live rendering.
Instructions
Pause timeline playback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Pause active timeline playback in TouchDesigner to halt scene progress during live rendering.
Pause timeline playback.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v0.2.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It only restates the action without mentioning side effects, preconditions (e.g., must be playing), return values, or error behavior. This is a significant gap for a tool that might have operational nuances.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence with zero wasted words. It is appropriately minimal for a simple action, and the information is front-loaded. Every word contributes to the meaning.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter action with no output schema and no annotations, the description is nearly sufficient. However, it does not address potential edge cases like whether the tool errors if already paused, whether it toggles, or what the return status is. Given the low complexity, a 3 is appropriate—adequate but with room to add behavioral context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, and the schema coverage is 100% (trivially, since there are none). The baseline for 0 params is 4, and the description adds nothing beyond the schema, which is acceptable because there is nothing to explain. The score reflects the baseline without requiring additional description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Pause') and resource ('timeline playback'), and it clearly distinguishes from the sibling tools timeline_play and timeline_set by indicating the opposite action. An agent can immediately know what this tool does without opening the schema.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies the usage (call it to pause playback) but does not provide explicit guidance on when to use it versus alternatives like timeline_play or timeline_set. Since the action is self-explanatory and the opposite sibling is obvious, it earns a 3 rather than a 2, but lacks the explicit if/when guidance seen in better examples.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.