Skip to main content
Glama

Q-SYS MCP Server

by charliem716

qsys_get

Retrieve current values from specific controls in a Q-SYS audio/video system using WebSocket connection. Input control paths in 'Component.control' format to get real-time data.

Instructions

Get current values from controls

Input Schema

NameRequiredDescriptionDefault
controlsYesControl paths in 'Component.control' format

Input Schema (JSON Schema)

{ "properties": { "controls": { "description": "Control paths in 'Component.control' format", "items": { "type": "string" }, "maxItems": 100, "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