Skip to main content
Glama

Save TouchDesigner project

save_td_project
Destructive

Save a TouchDesigner project to its current path or a specified location, with explicit consent required for overwriting. Returns the final path and save status, avoiding native dialogs and unsafe fallbacks.

Instructions

Save the current TouchDesigner project or Save As to an explicit path. Existing Save As targets require bounded native overwrite consent and fail closed to Keep on timeout, close, error, or unavailable UI. Never opens a native file dialog, loads/quits a project, or falls back to raw Python. Returns the requested/final path, verified save state, decision and project/build metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoOptional Save As path. Omit to save the current project at its existing path; unsaved projects require a path.
confirmation_timeout_msNoMaximum bounded wait for native overwrite consent.
Behavior5/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, but the description adds critical behavioral detail: bounded native overwrite consent, fail-closed to Keep on timeout/error, no native dialog, and no raw Python fallback. It also discloses return values, which is valuable beyond annotations. No contradiction found.

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?

Three dense sentences, each carrying essential information: main action, consent/fail-closed behavior, and return values. No filler or redundancy; front-loaded with the primary purpose.

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?

Given the tool's complexity (overwrite consent, fail-closed behavior, return metadata) and absence of output schema, the description covers all crucial aspects: path handling, timeout bounds, failure behavior, and return contents. An agent can invoke this correctly without additional details.

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 description coverage is 100% and both parameters are well-described. The description adds some nuance (e.g., 'fail closed to Keep' relates to timeout behavior) but mostly restates the schema's path and timeout semantics. Baseline 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 saves the current TouchDesigner project or performs Save As to an explicit path, using a specific verb and resource. It distinguishes itself from sibling tools by being the only project-save action, with no ambiguity.

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 gives clear context: it works on the current project, requires a path for unsaved projects, and for existing paths requires overwrite consent. It also states explicit non-behaviors (never opens a native file dialog, never loads/quits, never falls back to raw Python), but does not name alternative tools or explicitly say 'when not to use'. This is a minor gap, so 4.

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