miro_create_mindmap_node
Create a mindmap node on a Miro board. Add a root node without a parent, or attach child nodes under a parent. Set position, content, and node style.
Instructions
Create a mindmap node. Omit parent_id for root; add parent_id for children. node_view: "text" (default) or "bubble".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X position (only for root nodes) | |
| y | No | Y position (only for root nodes) | |
| content | Yes | Text content of the node | |
| board_id | Yes | Board ID | |
| node_view | No | Node style: text (default) or bubble | |
| parent_id | No | ID of the parent node (omit for root node) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| content | Yes | ||
| message | Yes | ||
| item_url | No | ||
| parent_id | No |