Skip to main content
Glama

LacyLights MCP Server

by bbernstein

get_channel_map

Retrieve the DMX channel usage map for a specified project, identifying which channels are active. Optionally, filter results by universe for detailed analysis of channel allocations within the LacyLights system.

Instructions

Get the DMX channel usage map for a project

Input Schema

NameRequiredDescriptionDefault
projectIdYesProject ID to analyze
universeNoSpecific universe to analyze (if not provided, shows all)

Input Schema (JSON Schema)

{ "properties": { "projectId": { "description": "Project ID to analyze", "type": "string" }, "universe": { "description": "Specific universe to analyze (if not provided, shows all)", "type": "number" } }, "required": [ "projectId" ], "type": "object" }

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/bbernstein/lacylights-mcp'

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