Skip to main content
Glama

LacyLights MCP Server

by bbernstein

update_fixture_instance

Modify properties of an existing fixture instance in the LacyLights MCP Server, including name, description, manufacturer, model, mode, DMX universe, start channel, and tags, ensuring accurate lighting setup updates.

Instructions

Update an existing fixture instance with new properties

Input Schema

NameRequiredDescriptionDefault
descriptionNoNew description for the fixture
fixtureIdYesID of the fixture instance to update
manufacturerNoNew manufacturer (will find/create new definition if changed)
modeNoNew mode name
modelNoNew model (will find/create new definition if changed)
nameNoNew name for the fixture
startChannelNoNew starting DMX channel
tagsNoNew tags array
universeNoNew DMX universe number

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "New description for the fixture", "type": "string" }, "fixtureId": { "description": "ID of the fixture instance to update", "type": "string" }, "manufacturer": { "description": "New manufacturer (will find/create new definition if changed)", "type": "string" }, "mode": { "description": "New mode name", "type": "string" }, "model": { "description": "New model (will find/create new definition if changed)", "type": "string" }, "name": { "description": "New name for the fixture", "type": "string" }, "startChannel": { "description": "New starting DMX channel", "type": "number" }, "tags": { "description": "New tags array", "items": { "type": "string" }, "type": "array" }, "universe": { "description": "New DMX universe number", "type": "number" } }, "required": [ "fixtureId" ], "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