Skip to main content
Glama

LacyLights MCP Server

by bbernstein

create_project

Initiate a new lighting project by specifying a name and description to organize and manage theatrical lighting design workflows on the LacyLights MCP Server.

Instructions

Create a new lighting project

Input Schema

NameRequiredDescriptionDefault
descriptionNoProject description
nameYesProject name

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Project description", "type": "string" }, "name": { "description": "Project name", "type": "string" } }, "required": [ "name" ], "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