Skip to main content
Glama

Export palette component

export_palette_component
Destructive

Export a COMP to TouchDesigner's Palette as a .tox file for drag-and-drop reuse in the Palette browser.

Instructions

Save a COMP as a .tox into TouchDesigner's native Palette folder so it appears in the Palette browser for drag-and-drop reuse.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
comp_pathYesPath to the COMP to export, e.g. /project1/base1
nameNoFile stem for the .tox (default: the basename of comp_path)
categoryNoPalette subfolder to group the component undertdmcp
palette_dirNoExplicit palette folder to use. Empty resolves TouchDesigner's user palette folder live.
Behavior3/5

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

Annotations indicate destructiveHint=true and openWorldHint=true, so the description adds context by specifying the write action and target folder. However, it does not mention file overwrite behavior, required permissions, or return value, leaving gaps beyond already provided annotations.

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 a single concise sentence (20 words) that efficiently communicates the purpose without extraneous information. It is front-loaded and every word adds value.

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?

The description covers the core functionality well, but lacks information about return values (e.g., success/failure) and potential side effects like file overwriting. Given the absence of an output schema, this gap could be filled.

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?

The input schema has 100% coverage with clear parameter descriptions. The tool description does not add additional parameter meaning beyond what the schema already provides, so baseline score of 3 applies.

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 action (save a COMP as a .tox), the target location (TouchDesigner's native Palette folder), and the outcome (appears in Palette browser for drag-and-drop reuse). It distinguishes this from sibling export tools like export_look_tox or export_network_to_vault by specifying the palette context.

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

Usage Guidelines3/5

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

The description implies usage for palette reuse but does not explicitly state when to use this tool versus alternatives (e.g., export_look_tox, export_recipe_bundle). No when-not-to-use or prerequisites are mentioned.

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