sdlc_get_screens
Lists all UI screens for a project, providing names, types, complexity, epic assignments, and design notes. Optionally includes full HTML prototype content.
Instructions
List all UI screens defined for a project with their metadata.
Returns screen names, types, complexity, epic assignments, and design notes. Optionally includes the full HTML prototype content.
Args: params (GetScreensInput): Contains: - project_id (str): UUID of the project - include_prototypes (bool): If true, include HTML content (default false — prototypes can be very large)
Returns: str: Markdown-formatted screen inventory grouped by epic.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |