Skip to main content
Glama

Create data visualization

create_data_visualization

Generate a chart visualization in TouchDesigner from table, file, or CHOP data, with automatic node wiring, scale control, and preview. Replace placeholder data to render bars, graphs, or points.

Instructions

Build a data-driven visualization: a data source feeds a CHOP that drives a chart TOP. Creates a new baseCOMP under parent_path holding a 'data' source operator (seeded with placeholder values), a DAT-to-CHOP / CHOP-to-TOP conversion, a Scale level, the chart visual, and a Null output. Wire your real data into the created 'data' node. Returns a summary plus a JSON block with the container path, created node paths, the output path, exposed controls, any node errors, warnings (including a reminder to wire real data), and an inline preview image.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chart_styleNoVisual style. 'bars' renders a GLSL bar chart; 'graph' and 'points' currently render the data as a texture strip and add a warning that richer plotting needs customization.bars
data_sourceNoKind of source operator to create: 'table' (Table DAT, pre-seeded with sample values), 'file' (File In DAT), or 'chop' (Constant CHOP). Wire your real data into the created 'data' node afterward.table
parent_pathNoParent network where the visualization container is created (default '/project1')./project1
expose_controlsNoWhen true (default), expose a live 'Scale' knob that amplifies the data values feeding the chart.
Behavior5/5

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

Given annotations only indicate non-read-only and non-destructive, the description adds substantial behavioral context: it details the node creation process, the placeholder data seeding, the return payload (summary, JSON block with paths, errors, warnings, preview image), and behavior differences among chart_style values. This goes well beyond what annotations provide.

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 four sentences that efficiently cover the tool's behavior, creation steps, wiring instruction, and return value. It is front-loaded with the primary action and avoids unnecessary filler, earning a high score.

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?

With no output schema, the description compensates by fully describing the return value (summary, JSON block with paths, errors, warnings, preview image). It also covers the full build process, the need to wire real data, and potential warnings. For a tool with this complexity, the context is rich and complete.

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 already has 100% parameter description coverage, with detailed explanations for each enum and parameter. The tool description adds little new parameter-specific meaning—only the 'Scale level' mention aligns with expose_controls. Baseline 3 is appropriate since the schema already carries the descriptive weight.

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's purpose: it builds a data-driven visualization with a specific node chain (data source to CHOP to chart TOP). It lists the exact components created (baseCOMP, 'data' source, conversions, Scale, chart, Null) and names the output structure, making it distinct from sibling creation tools.

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 implies when to use (when you need a data-driven visualization chart) and includes a critical workflow instruction ('Wire your real data into the created 'data' node'). However, it doesn't explicitly contrast with alternatives like create_waveform or create_histogram_scope, so the guidance is clear but not fully exclusions-focused.

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