get_screen_code
Retrieve a screen's raw HTML code from a Stitch project. Use it to analyze or generate code from design screens.
Instructions
Retrieves the HTML code content of a screen. Returns the raw HTML that can be used for code generation or analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| screenId | Yes | The screen ID. | |
| projectId | Yes | The Stitch project ID. |