Skip to main content
Glama

Create monitor layout panel

create_monitor_layout_panel

Create a monitor layout panel scaffold for TouchDesigner with monitor and GPU maps, preflight checks, and setup notes to organize display configuration.

Instructions

Create a Monitors DAT inventory scaffold with monitor maps, GPU maps, preflight checks, and setup notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.monitor_layout_panel
gpu_countNo
parent_pathNoParent COMP for the monitor layout scaffold./project1
monitor_countNo
include_direct_display_hintNo
Behavior3/5

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

Annotations already indicate this is not read-only nor destructive. The description adds detail about what will be created (monitor maps, GPU maps, preflight checks, setup notes), which is useful context beyond the annotations. However, it does not disclose side effects like potential overwrites or failure behavior if the baseCOMP name already exists.

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?

A single, concise sentence that immediately states the action and key deliverables. No filler or redundant phrasing—it is front-loaded and efficient.

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 plus schema covers the basic purpose and two parameters, but important gaps remain: no output schema, no explanation of the boolean parameter, and no mention of return values or whether the scaffold is created at the specified parent path. While the listed components give a sense of the result, details are sparse for a multi-parameter creation tool.

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 40%; only 'name' and 'parent_path' have descriptions. The tool description fails to explain the meaning of 'gpu_count', 'monitor_count', or 'include_direct_display_hint', leaving these parameters inadequately described for an agent to use correctly.

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 creates a 'Monitors DAT inventory scaffold' with specific contents (monitor maps, GPU maps, preflight checks, setup notes). This distinguishes it from other creation tools in the sibling list by identifying the exact resource type and its scope.

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?

The description implies usage (when you need to scaffold a monitor layout), but provides no explicit when-to-use guidance or alternatives. It does not mention exclusions or scenarios where a different tool should be used 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