Skip to main content
Glama

LacyLights MCP Server

by bbernstein

analyze_fixture_capabilities

Evaluate lighting fixture capabilities in LacyLights MCP Server for color mixing, positioning, effects, or general analysis using single or multiple fixture IDs.

Instructions

Analyze specific fixtures to understand their lighting capabilities

Input Schema

NameRequiredDescriptionDefault
analysisTypeNoType of capability analysisgeneral
fixtureIdNoSingle fixture ID to analyze
fixtureIdsNoMultiple fixture IDs to analyze

Input Schema (JSON Schema)

{ "properties": { "analysisType": { "default": "general", "description": "Type of capability analysis", "enum": [ "color_mixing", "positioning", "effects", "general" ], "type": "string" }, "fixtureId": { "description": "Single fixture ID to analyze", "type": "string" }, "fixtureIds": { "description": "Multiple fixture IDs to analyze", "items": { "type": "string" }, "type": "array" } }, "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