Skip to main content
Glama

LacyLights MCP Server

by bbernstein

delete_project

Permanently remove a project and its associated data using a project ID and deletion confirmation, ensuring precise management of AI-powered theatrical lighting design projects.

Instructions

Delete a project and all its data

Input Schema

NameRequiredDescriptionDefault
confirmDeleteYesConfirm deletion of project and all its data
projectIdYesProject ID to delete

Input Schema (JSON Schema)

{ "properties": { "confirmDelete": { "default": false, "description": "Confirm deletion of project and all its data", "type": "boolean" }, "projectId": { "description": "Project ID to delete", "type": "string" } }, "required": [ "projectId", "confirmDelete" ], "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