Create Stack
create_stackGroup two or more notes into a stack on a board, collapsing them into one node and removing edges.
Instructions
Group multiple notes into a stack. Notes are visually collapsed into a single stack node on the canvas. Their edges are removed. Minimum 2 notes required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Workspace ID | |
| boardId | Yes | Board ID | |
| noteIds | Yes | Array of note IDs to group into a stack (minimum 2) | |
| title | No | Stack title (auto-generated from first note if omitted) |