list_mindmap_nodes
Reads native Miro mind map nodes on a board, returning node IDs, parent links, text, positions, and styles so you can inspect or process an existing mind map.
Instructions
Lists native Miro mind map widget nodes on a board using the experimental REST API.
This is not the same as generic board items from list_board_items: mind maps are
text-based nodes with hierarchy and auto-managed connectors. Use this to read an
existing mind map (node IDs, parents, text, positions when the API returns them).
Each node includes style (widget: nodeColor/border, shape, fontSize) and
node_view_style (text color, fillOpacity, fontSize) when Miro returns them—
either may be null if the API omits fill/stroke data. Limitations: https://developers.miro.com/docs/mind-maps
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Miro board ID |