get_specs
Retrieve a list of all saved design specs with name, type, and purpose. Use to check for existing specs before creating a new one 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 | |||