Skip to main content
Glama

Enhance a TouchDesigner build (LLM-planned)

enhance_build

Score your TouchDesigner network, then generate and optionally apply targeted tool calls to raise the weakest sub-scores. Returns before/after scores and a dispatch log.

Instructions

Run score_build, ask the configured LLM for up to N allowlisted tool calls that would raise the weakest sub-scores, and optionally auto-apply them. autoApply mutates the project and is NOT idempotent (re-runs can stack effects). Allowlist: create_color_grade, apply_post_processing, create_feedback_network, create_feedback_tunnel, bind_to_channel, arrange_network. Returns before/after scores and a dispatch log.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopePathNoNetwork root to enhance. Forwarded to score_build./project1
focusCriterionNoWhen set, the planner targets only this axis. errors/perf are excluded (use summarize_td_errors / optimize_performance).
autoApplyNoWhen true, dispatches each proposed call against the allowlisted tools. Default is preview-only because dispatch mutates the TD project.
maxProposalsNoCap on proposed (and applied) tool calls. Keeps blast radius small.
targetFpsNoForwarded to score_build.
rescoreNoWhen autoApply=true, re-run score_build after dispatch and include after + delta. Ignored when autoApply=false.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
scopePathYes
beforeYes
proposalsYes
appliedYes
afterNo
deltaNo
warningsYes
Behavior5/5

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

Beyond the annotations (readOnlyHint=false, destructiveHint=false, openWorldHint=true), the description adds crucial behavior: autoApply mutates the project, is not idempotent, and effects stack. This gives the agent clear understanding of side effects.

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 extremely concise at just two sentences. It front-loads the core action and then provides essential details about mutation and allowlist. No unnecessary words.

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 complexity (6 params, compound behavior, output schema), the description covers all needed information: what it does, when to use alternatives, behavior of autoApply, return value (before/after scores and dispatch log). Output schema existence further reduces need for return value 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%, so the schema already documents each parameter. The description adds minimal extra semantics beyond clarifying the purpose of focusCriterion and the meaning of autoApply and rescore. 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 runs score_build, asks an LLM for allowlisted tool calls to improve weak sub-scores, and optionally auto-applies them. It distinguishes from siblings by being a compound tool that orchestrates other tools.

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?

Explicitly states when autoApply should be used (preview vs mutate), warns that it is not idempotent and re-runs stack effects. Also notes that focusCriterion excludes errors/perf, directing the agent to use summarize_td_errors or optimize_performance instead.

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