miro_get_mindmap_node
Read-only
Retrieve mindmap node details including content, hierarchy, and position from Miro boards to analyze structure and relationships.
Instructions
Get mindmap node details including content, hierarchy, and position. Uses v2-experimental API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| node_id | Yes | Mindmap node ID to retrieve |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| id | Yes | ||
| content | Yes | ||
| is_root | Yes | ||
| message | Yes | ||
| child_ids | No | ||
| node_view | No | ||
| parent_id | No | ||
| created_at | No | ||
| modified_at | No |