create_assembly
Create a new empty assembly and get its state as a JSON-serializable dict for use in subsequent assembly tools.
Instructions
Create a new empty assembly.
Returns the assembly state as a JSON-serialisable dict that
must be passed back to subsequent assembly tools.
Args:
name: Human-readable name for the assembly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |