Skip to main content
Glama

Connect serial device bus

connect_serial_device_bus

Set up a serial device bus in TouchDesigner to connect microcontrollers, sensors, and show-control devices, with parse maps for data handling.

Instructions

Create a Serial DAT/CHOP scaffold for microcontrollers, sensors, and show-control devices with parse maps.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.serial_device_bus
activeNo
deviceNoCOM1
baud_rateNo
parent_pathNoParent COMP for the serial device scaffold./project1
include_chopNo
message_countNo
Behavior3/5

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

The description adds context beyond annotations by mentioning 'DAT/CHOP scaffold' and 'parse maps', but it does not disclose side effects, prerequisites, or what exactly gets created. With annotations already indicating a mutating operation and open-world behavior, this is acceptable but not rich.

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 a single, front-loaded sentence with no wasted words. It states the action, the resource type, and the intended use cases efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 7-parameter creation tool with no output schema, the description is too thin. It gives a high-level purpose but lacks guidance on parameter semantics, configuration choices, or expected results, leaving the agent under-informed for accurate invocation.

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%, and the description does little to compensate. Parameters like device, baud_rate, include_chop, and message_count are left unexplained; the only vague connection is 'parse maps' potentially relating to message parsing, but this is not explicit.

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 uses a specific verb ('Create') and names the exact resource ('Serial DAT/CHOP scaffold'), including the target device types and parse maps. This clearly distinguishes it from sibling connect/create tools, which target other protocols or systems.

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 gives clear context by indicating the tool is for microcontrollers, sensors, and show-control devices over serial. It does not explicitly state when not to use it or mention alternatives, so it stops short of full guidance, but the intended use case is reasonably clear.

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