miro_create_mindmap_node
Add nodes to Miro mind maps: create root nodes with positioning or child nodes linked to parents, using text or bubble styles.
Instructions
Create a mindmap node. Omit parent_id for root; add parent_id for children. node_view: "text" (default) or "bubble".
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| content | Yes | Text content of the node | |
| parent_id | No | ID of the parent node (omit for root node) | |
| node_view | No | Node style: text (default) or bubble | |
| x | No | X position (only for root nodes) | |
| y | No | Y position (only for root nodes) |