Skip to main content
Glama

Export a look as a portable .tox into the vault

export_look_tox

Package a TouchDesigner COMP as a portable .tox look file with a metadata note, enabling reuse and discovery across projects via vault library.

Instructions

Save a COMP as a .tox inside <vault>/<folder>/<slug>.tox and write a sibling Markdown note (id/type=look + name + tags + assets + created + source_path). Defaults folder to Looks. The artist-publishing primitive for portable looks; integrates with browse_vault_library and tag_and_search_library via the note frontmatter. Requires TDMCP_VAULT_PATH and a running TouchDesigner bridge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
source_pathYesCOMP path to package (e.g. '/project1/myLook').
nameNoLook name (defaults to the COMP's name).
folderNoVault subfolder under TDMCP_VAULT_PATH.Looks
tagsNoTags written to the note frontmatter.
descriptionNoShort human description for the note body.
assetsNoVault-relative asset paths to record in the metadata sidecar.
licenseNoSPDX-id of the look's license, e.g. 'MIT' or 'CC-BY-NC-4.0'. Stored in the sidecar note frontmatter.
license_tierNoLicense bucket so search/filter can group by trust level: public-domain | permissive | copyleft | proprietary | unknown.
Behavior3/5

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

Annotations already indicate mutation (readOnlyHint=false) and external side effects (openWorldHint=true). The description adds that it saves a .tox and writes a Markdown note, and names the note fields. However, it does not disclose file overwrite behavior, error handling, or confirmation steps, which are relevant for a mutation tool without destructive hint set to true.

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 with no extraneous information. The main action is front-loaded, followed by important defaults and prerequisites. Every sentence earns its place.

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 an 8-parameter tool with no output schema, the description covers the primary action, output artifacts, prerequisites, and integration points. It misses potential file conflict behavior and return values, but those are not critical given the rich schema and annotations.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds value by stating defaults (folder defaults to 'Looks'), listing note fields (name, tags, etc.), and specifying that name defaults to the COMP's name. This provides context beyond the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool saves a COMP as a .tox and writes a Markdown note, specifying the destination path and note content. It distinguishes from sibling export tools by focusing on 'portable looks' and mentioning integration with browse/tag tools, but does not explicitly differentiate from other export tools like export_network_to_vault.

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 context on when to use (artist-publishing primitive for portable looks), prerequisites (TDMCP_VAULT_PATH and running TouchDesigner bridge), and integration hints (browse_vault_library, tag_and_search_library). It lacks explicit when-not-to-use instructions or alternative tools, but the specificity helps in usage decisions.

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