Skip to main content
Glama

QLab OSC bridge

qlab_osc_bridge

Create a QLab OSC control bridge to send transport commands (go, stop, pause, resume, panic, reset) and optional cue starts to QLab's OSC port, even when QLab is not running during setup.

Instructions

Create a QLab OSC control bridge using the OSC router matrix primitive. It exposes /go, /stop, /panic, /pause, /resume, /reset and optional /cue/{number}/start routes to QLab's configurable OSC receive port, without requiring QLab to be running during build.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNoQLab machine IP or hostname.127.0.0.1
nameNoName of the bridge container COMP.qlab_osc_bridge
portNoQLab OSC receive port.
activeNoStart OSC sending immediately.
cue_numbersNoOptional QLab cue numbers to expose as /cue/{number}/start routes.
parent_pathNoParent COMP to build the QLab OSC bridge in./project1
Behavior3/5

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

Annotations indicate readOnly=false and destructive=false, which align with 'create'. Description adds useful context about not needing QLab during build and exposing routes to a configurable port, but doesn't disclose runtime behavior or potential side effects beyond that.

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?

Two concise sentences, front-loaded with the core action and resource. Every phrase adds value; no wasted words.

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

Completeness4/5

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

For a build tool with all parameters documented, description covers the main purpose, exposed routes, and a key build-time condition. No output schema or return value explanation necessary. Could mention dependencies on other primitives, but the primitive is named.

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?

Input schema defines all 6 parameters with descriptions (100% coverage). Description adds slight context by referencing optional cue routes that map to cue_numbers, but doesn't add significant meaning beyond the schema.

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?

Description identifies a specific action (create a QLab OSC control bridge), names the primitive used (OSC router matrix primitive), and lists the exact routes exposed. This distinguishes it from sibling tools like connect_qlab_cue_stack or osc_router_matrix.

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?

Provides clear context on what the tool does (builds a bridge with specific OSC routes) and a key non-requirement (QLab doesn't need to run during build). No explicit alternatives are named, but the use case is unambiguous.

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