Skip to main content
Glama

Create Direct Display output

create_direct_display_output

Create a TouchDesigner Direct Display Output scaffold with monitor inventory and display maps, keeping the output inactive by default for safety.

Instructions

Create a Direct Display Out TOP scaffold with monitor inventory, display maps, and inactive-by-default safety notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.direct_display_output
activeNo
parent_pathNoParent COMP for the Direct Display output scaffold./project1
output_countNo
display_indexNo
resolution_widthNo
resolution_heightNo
Behavior4/5

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

Annotations already declare non-read-only and non-destructive, but the description adds the important safety trait that the scaffold is created inactive-by-default, which is beyond annotation info. It also implies a scaffold (incomplete structure), which is useful behavioral context.

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?

One sentence, immediate verb, no filler. All three content items (inventory, maps, safety notes) are packed into a concise clause.

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?

For a creation tool with 7 parameters and no output schema, the description gives a high-level idea but omits how parameters affect the scaffold, what 'monitor inventory' entails, and what the agent/return should expect. It's sufficient for a knowledgeable user but leaves gaps.

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

Parameters2/5

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

Schema description coverage is only 29% (only name and parent_path have descriptions), and the description does not mention any parameter or explain how the listed features map to parameters like output_count, display_index, or resolution. Thus it fails to compensate for the low schema coverage.

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 states a specific action ('Create') on a specific resource ('Direct Display Out TOP scaffold') and lists key contents (monitor inventory, display maps, safety notes), which clearly distinguishes it from sibling creation tools like create_multi_output or create_dome_output.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs alternatives; no mention of when not to use or what makes this preferred. The description only states what it does, leaving usage decisions to the agent.

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