Group or ungroup
figma_groupGroup multiple layers into a single group inside their parent, or ungroup a group/frame to return its children. Ideal when layers form one entity without needing layout.
Instructions
group — puts nodeIds in a new group, inside the first one’s own parent. ungroup — dissolves a group or frame and returns the children it let go.
A group is the honest answer when several layers are one thing but need no layout of their own; reach for figma_create_frame with auto layout when they do.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | For group: what to call it. | |
| action | No | Default group. | |
| nodeId | No | For ungroup: the group or frame to dissolve. | |
| nodeIds | No | For group: the layers to gather, up to 20. |