create_connector
Draw a line or arrow between two existing Miro board items to show relationships in diagrams. Requires both item IDs; call list_board_items first to get them.
Instructions
Creates a connector (line/arrow) between two existing items on the board. Use this to draw relationships in diagrams (e.g. link shapes, stickies, or cards). You need the item IDs of both endpoints — call list_board_items first if you don't have them. Native mind map hierarchies use create_mindmap_node instead of manual connectors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | Hex color of the line | |
| label | No | Text label shown on the connector | |
| style | No | Path style (default curved) | curved |
| board_id | Yes | Miro board ID | |
| end_marker | No | End decoration (default arrow) | arrow |
| end_item_id | Yes | ID of the target item | |
| start_item_id | Yes | ID of the source item |