get-mindmap-nodes
Extract and list all mind map nodes from a specific Miro board using its unique ID, with optional pagination support to manage large datasets.
Instructions
Retrieve a list of mind map nodes on a Miro board
Input Schema
Name | Required | Description | Default |
---|---|---|---|
boardId | Yes | Unique identifier (ID) of the board from which you want to retrieve mind map nodes | |
cursor | No | Cursor for pagination | |
limit | No | Maximum number of results to return (default: 50) |