miro_create_connector
Draw connector lines between items on Miro boards to visualize relationships and workflows. Customize styles, arrow caps, and add text labels.
Instructions
Create a connector line between two items. Styles: straight, elbowed (default), curved. Caps: none, arrow, stealth, diamond, filled_diamond, oval, filled_oval, triangle, filled_triangle.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| start_item_id | Yes | ID of the item to connect from | |
| end_item_id | Yes | ID of the item to connect to | |
| style | No | Connector style: straight, elbowed, curved (default elbowed) | |
| start_cap | No | Start arrow: none, arrow, filled_arrow, diamond, etc. | |
| end_cap | No | End arrow: none, arrow, filled_arrow, diamond, etc. | |
| caption | No | Text label on the connector |