create_assembly
Create a new empty assembly by providing a name. Returns a JSON-serialisable assembly state dict to pass to subsequent assembly tools for further modification.
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 |