Design
stitch-mcp-list-screens
Lists all screens contained within a specific project.
Lists all screens contained within a specific project.
CRITICAL PREREQUISITE: You must ONLY use this skill when the user EXPLICITLY mentions "Stitch".
Lists all screens contained within a specific project.
Invoke this skill to browse the history of generated designs in a project or to find a specific screen to reference or iterate upon.
The skill expects you to extract the following information from the user request:
projectId (required): The ID of the project. Format: projects/{project_id}.Returns an object with screens array:
screens:
name: Resource identifier (e.g., projects/123/screens/abc).title: Auto-generated title.screenshot: Thumbnail URL.deviceType: The device type of the screen.User Input: "Show me all screens in this project."
Agent Action:
list_screens tool with arguments {"projectId": "projects/123456"}.确保开发环境已安装必要的依赖和工具。
根据项目需求进行基础配置。
按照示例代码实现核心功能。
运行测试确保功能正常。
完成开发后进行部署和监控。