get_project_details
Retrieve comprehensive details of a specific project by providing its ID, enabling users to manage and analyze theatrical lighting designs effectively within the LacyLights MCP Server.
Instructions
Get detailed information about a specific project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
projectId | Yes | Project ID to get details for |
Input Schema (JSON Schema)
{
"properties": {
"projectId": {
"description": "Project ID to get details for",
"type": "string"
}
},
"required": [
"projectId"
],
"type": "object"
}