get_status
Check the generation status of a design system project. Returns whether it is generating, ready, error, or draft with details.
Instructions
Poll generation status. Returns { status: 'generating'|'ready'|'error'|'draft', detail?: string }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes |