Skip to main content
Glama

LacyLights MCP Server

by bbernstein

create_fixture_instance

Add a new lighting fixture to a project by specifying manufacturer, model, DMX universe, and channel details. Streamline fixture configuration and organization for efficient lighting design workflows.

Instructions

Create a new fixture instance in a project with manufacturer/model details

Input Schema

NameRequiredDescriptionDefault
channelAssignmentNoHow to assign channels: auto=find next available, manual=use provided startChannel, suggest=recommend placementauto
descriptionNoDescription of where this fixture is placed or its purpose
manufacturerYesFixture manufacturer (e.g., "Chauvet", "Martin", "ETC")
modeNoSpecific mode if the fixture has multiple modes
modelYesFixture model name
nameYesName for this fixture instance
projectIdYesProject ID to add fixture to
startChannelNoStarting DMX channel (1-512). If not provided, will auto-assign
tagsNoTags for organization (e.g., ["front", "wash", "blue"])
universeNoDMX universe number (typically 1-4)

Input Schema (JSON Schema)

{ "properties": { "channelAssignment": { "default": "auto", "description": "How to assign channels: auto=find next available, manual=use provided startChannel, suggest=recommend placement", "enum": [ "auto", "manual", "suggest" ], "type": "string" }, "description": { "description": "Description of where this fixture is placed or its purpose", "type": "string" }, "manufacturer": { "description": "Fixture manufacturer (e.g., \"Chauvet\", \"Martin\", \"ETC\")", "type": "string" }, "mode": { "description": "Specific mode if the fixture has multiple modes", "type": "string" }, "model": { "description": "Fixture model name", "type": "string" }, "name": { "description": "Name for this fixture instance", "type": "string" }, "projectId": { "description": "Project ID to add fixture to", "type": "string" }, "startChannel": { "description": "Starting DMX channel (1-512). If not provided, will auto-assign", "type": "number" }, "tags": { "default": [], "description": "Tags for organization (e.g., [\"front\", \"wash\", \"blue\"])", "items": { "type": "string" }, "type": "array" }, "universe": { "default": 1, "description": "DMX universe number (typically 1-4)", "type": "number" } }, "required": [ "projectId", "name", "manufacturer", "model" ], "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