create_shape
Add rectangles, circles, triangles, rhombuses, or pills to a Miro board with optional text inside for labels, containers, and diagram nodes.
Instructions
Creates a geometric shape (rectangle, rounded rectangle, circle, pill, etc.) on the board with optional text inside. Use this to create labels, containers, or visual nodes in diagrams and flows. For Miro's native mind map widgets (hierarchy, auto connectors), use list_mindmap_nodes and create_mindmap_node instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| y | Yes | ||
| shape | Yes | rectangle, round_rectangle, circle, triangle, rhombus, pill | |
| width | No | ||
| height | No | ||
| content | No | Text to display inside the shape | |
| board_id | Yes | Miro board ID | |
| frame_id | No | ||
| fill_color | No | Hex fill color e.g. #ffffff | |
| border_color | No | Hex border color e.g. #000000 | |
| border_width | No |