Skip to main content
Glama

Q-SYS MCP Server

by charliem716

qsys_set

Update control values in Q-SYS audio/video systems by specifying paths and desired values. Override protection for critical controls when necessary, ensuring precise system adjustments and monitoring through WebSocket integration.

Instructions

Set control values

Input Schema

NameRequiredDescriptionDefault
controlsYesControls to update

Input Schema (JSON Schema)

{ "properties": { "controls": { "description": "Controls to update", "items": { "properties": { "force": { "default": false, "description": "Override protection for critical controls", "type": "boolean" }, "path": { "description": "Control path in 'Component.control' format", "type": "string" }, "value": { "oneOf": [ { "type": "number" }, { "type": "string" }, { "type": "boolean" } ] } }, "required": [ "path", "value" ], "type": "object" }, "maxItems": 50, "minItems": 1, "type": "array" } }, "required": [ "controls" ], "type": "object" }

Other Tools from Q-SYS MCP Server

Related Tools

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/charliem716/MCP3.0'

If you have feedback or need assistance with the MCP directory API, please join our Discord server