get_specs
Lists saved design specs with name, type, and purpose, letting you verify existing components before creating new specs or generating code.
Instructions
List all saved specs (cheap summary operation).
Returns: [{ name, type: "component"|"page"|"dataviz"|"design"|"ia", purpose? }]; [] when none exist. Use before create_spec (overwrite check) or generate_code; fetch a full body with get_spec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||