Create a Rootr whiteboard
rootr_create_whiteboardCreate a freeform visual canvas for flow diagrams, brainstorming, and journey maps, with optional initial scene.
Instructions
Create a new WHITEBOARD node (a freeform visual canvas) in a Rootr (루터) workspace, optionally seeded with an initial scene. Use WHITEBOARD for flow diagrams, brainstorming, journey maps — not for anything that needs typed/trackable rows (use DATABASE) or calculation (use SPREADSHEET). Authoring guide: a scene is { shapes: [{id,type,x,y,w,h,text?,style?}], edges: [{id,from,to,label?}] } — shapes are the nodes of a lightweight diagram (flow diagrams, brainstorming, journey maps), edges connect them by id. Meaning must live in shape/edge TEXT (text/label) — that is what gets indexed into the knowledge graph; x/y/w/h and style are visual-only layout. Read the board first (rootr_read_whiteboard) before updating so you know the existing shape ids edges refer to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Emoji icon for the node | |
| name | No | Whiteboard name/title | |
| scene | No | Initial scene; defaults to an empty board | |
| config | No | Free-form whiteboard config object | |
| parentId | No | Parent folder/node id to create it under | |
| workspace | No | Workspace id; defaults to ROOTR_WORKSPACE/config if omitted |