group_nodes
Group nodes under a shared parent. Supply node IDs to create a group and receive its ID, name, and type.
Instructions
Group nodes under their shared parent. nodeIds must be a non-empty list. Returns { ok, nodeId, name, type } for the new group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional name for the new group | |
| nodeIds | Yes | Node ids to group |