sdlc_get_project_summary
Retrieve an SDLC project summary by ID including status, tech stack, artifact generation times, and UI screen count. Avoids returning artifact content.
Instructions
Get a detailed summary of a single SDLC project.
Returns the project name, status, tech stack preferences, which artifacts have been generated (and when), and the number of UI screens. Does NOT return artifact content — use sdlc_get_artifact for that.
Args: params (GetProjectSummaryInput): Contains: - project_id (str): UUID of the project
Returns: str: Markdown-formatted project summary with artifact status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |