miro_create_mindmap_node
Create a mindmap node on a Miro board. Omit parent_id for root; set parent_id for child nodes.
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 |