generate_assembly
Create a harness assembly from an existing plan by specifying nodes and bundles to include, returning a ready-to-edit harness ID linked to the project.
Instructions
Generate a harness assembly from a plan by selecting which nodes and bundles to include. Returns the created harness ID. The assembly appears in Splice as an editable harness linked to the project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Assembly name (e.g. "Main Harness", "Power Distribution") | |
| link_ids | Yes | PlanLink IDs to include | |
| node_ids | Yes | PlanNode IDs to include | |
| project_id | Yes | Project UUID | |
| description | No | Assembly description |