Skip to main content
Glama

Generative classics recipe pack

generative_classics_pack
Destructive

Curates canonical generative looks for TouchDesigner, listing technique cards and available recipes, with optional portable bundle export for reuse.

Instructions

Curated technique pack of canonical generative looks (feedback tunnel, audio spectrum, noise landscape, particle galaxy, reaction-diffusion, webcam glitch). list_only=true returns the technique cards plus the list of recipes the active library can satisfy; list_only=false also writes a portable bundle JSON (import_recipe_bundle-compatible) at install_path. Pure Node — no TouchDesigner bridge required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_onlyNoWhen true (default), just list the technique cards + which are available; when false, also emit the portable bundle JSON.
overwriteNoWhen list_only=false: overwrite an existing bundle file at install_path.
install_pathNoWhere to write the bundle JSON when list_only=false. Defaults to 'recipes/generative_classics.pack.json' inside the cwd.
Behavior3/5

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

The description discloses that list_only=false writes a portable bundle JSON at install_path, and the overwrite parameter in the schema indicates potential file replacement. This aligns with the destructiveHint annotation. However, the description does not go beyond the schema to warn about side effects or clarify the impact on the active library, so it adds moderate value beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences with a clear front-loaded purpose. It lists examples that aid understanding and includes essential behavioral details without excessive verbosity. The structure is efficient and easy to scan for an agent.

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?

The description provides a good overview of inputs and outputs, mentions compatibility with import_recipe_bundle, and notes the Node-only requirement. However, it does not explain what 'active library' means, nor does it detail the contents or structure of the bundle, which could be relevant for a destructive operation. Given the tool's moderate complexity and absence of an output schema, it is adequate but has gaps.

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 coverage is 100%, so the parameters are already well documented. The description reinforces the list_only behavior and mentions the bundle format is import_recipe_bundle-compatible, but it does not add significant new meaning about the parameters themselves. This matches the baseline for high schema coverage.

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 this tool provides a curated pack of canonical generative looks, listing specific examples. It distinguishes itself from sibling tools by focusing on a pack/bundle rather than creating individual effects. The list_only vs. write bundle behavior is described, making the tool's function specific and unambiguous.

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 when to use this tool (when you want a curated collection of generative techniques) and provides a key technical constraint ('Pure Node — no TouchDesigner bridge required'). However, it does not explicitly name alternatives or state when NOT to use this tool, relying on the agent to infer from context.

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/lucasmaher-hash/touch-designer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server