Skip to main content
Glama

Make portable tox

make_portable_tox
Destructive

Package a TouchDesigner component as a portable .tox file with a manifest and docs for distribution.

Instructions

Save one live TouchDesigner COMP as a portable .tox package on disk, then write a tdmcp-component manifest beside it and optionally copy docs/README files. Use this for packaging a finished component; use bundle_dependencies instead when external media must be collected and relinked. Requires a running bridge and writes/overwrites local files in out_dir; returns the saved .tox path, manifest path, README path, and warnings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
docsNoOptional local documentation files to copy into out_dir/docs and reference in the manifest.
nameNoOptional filesystem-safe package stem; defaults to the COMP name from comp_path.
out_dirYesLocal output directory that will receive the .tox, manifest, README, and docs.
comp_pathYesAbsolute TouchDesigner COMP path to save, for example /project1/my_component.
help_snapshotNoOptional exact-build installed OfflineHelp snapshot, verified through a non-9980 quarantine bridge.
include_readmeNoWrite a package README.md with node inventory, custom parameters, inputs/outputs, and external file references.
idempotency_keyNo
overwrite_policyNoRefuse an existing .tox or request native Overwrite/Keep consent.refuse
provenance_policyNorecord
expected_git_commitNo
operation_timeout_msNo
confirmation_timeout_msNo
Behavior4/5

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

The description discloses that the tool 'writes/overwrites local files in out_dir' and 'Requires a running bridge', adding context beyond the annotations (readOnlyHint=false, destructiveHint=true). It also mentions the return values. No contradiction exists, so it adds meaningful behavioral context.

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 long, starts with the core action, then gives usage guidance, prerequisites, side effects, and return values. Every sentence adds useful information with no repetition or filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 12 parameters and no output schema, the description covers the primary workflow, side effects, and return values, but omits context for complex parameters like help_snapshot, idempotency_key, and provenance_policy. It is adequate for basic use but not fully complete for a tool of this complexity.

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 58%, leaving several parameters (idempotency_key, provenance_policy, expected_git_commit, operation_timeout_ms, confirmation_timeout_ms) without descriptions. The tool description provides some semantic context (e.g., out_dir receives .tox/manifest/README/docs, optional copy of docs/README) but does not explain these advanced parameters, so it only partially compensates.

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 uses a specific verb ('Save') and resource ('one live TouchDesigner COMP') and clearly states the output (portable .tox package with manifest and optional docs/README). It distinguishes from sibling 'bundle_dependencies' by name and use case, leaving no ambiguity about the tool's purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly says 'Use this for packaging a finished component' and directs to 'bundle_dependencies instead when external media must be collected and relinked'. This provides clear when-to-use and when-not-to-use guidance, naming the alternative sibling tool.

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