Skip to main content
Glama

Connect QLab cue stack

connect_qlab_cue_stack

Create a QLab OSC cue-stack scaffold for TouchDesigner with cue maps, status, and rehearsal notes.

Instructions

Create a QLab OSC cue-stack scaffold with cue command maps, status, and rehearsal-focused setup notes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoGenerated baseCOMP name.qlab_cue_stack
activeNoActivate OSC operators immediately.
cue_countNo
qlab_hostNoQLab OSC host.127.0.0.1
send_portNo
parent_pathNoParent COMP for the QLab scaffold./project1
receive_portNo
workspace_idNoOptional QLab workspace identifier/label.
include_transportNoInclude GO/STOP/PAUSE/RESUME rows.
Behavior3/5

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

Annotations already indicate a non-read-only, non-destructive, open-world operation. The description adds that it creates a scaffold with specific components, which aligns with annotations. However, it does not disclose prerequisites, side effects, or any system changes beyond what is obvious from 'Create'. No contradiction 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?

The description is a single sentence, front-loaded with the core action and resource, with no filler or repetition. Every word contributes to understanding.

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 provides the basic purpose and some content details, but omits prerequisites, behavioral nuances, and parameter clarifications. With 9 parameters and no output schema, it is minimally adequate but lacks depth for informed usage decisions.

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?

The description adds no information about the nine parameters. It only mentions high-level scaffold contents. Since schema coverage is 67%, three parameters (cue_count, send_port, workspace_id) remain undocumented both in the schema and the description, forcing the agent to guess their semantics.

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 the specific verb 'Create' and identifies a precise resource: 'QLab OSC cue-stack scaffold'. It further enumerates contents (cue command maps, status, rehearsal-focused setup notes), clearly distinguishing it from sibling connectivity tools like connect_vmix_production or qlab_osc_bridge.

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

Usage Guidelines3/5

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

The description implies use when scaffolding a QLab cue stack is desired, but it offers no explicit when/when-not guidance or alternatives. It does not mention when to prefer this over related tools like qlab_osc_bridge or compose_cue_list, leaving the choice to the agent's inference.

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