miro_update_shape
Modify shapes on Miro boards by updating fill color, text color, shape type, position, size, or content to customize visual elements in diagrams and designs.
Instructions
Update a shape with type-specific options (fill_color, text_color, shape type). For generic updates, use miro_update_item.
VOICE-FRIENDLY: "Updated shape to blue circle"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| item_id | Yes | Shape ID to update | |
| content | No | New text inside shape | |
| shape_type | No | New shape type: rectangle, circle, triangle, rhombus, round_rectangle, parallelogram, trapezoid, pentagon, hexagon, star, flow_chart_predefined_process, etc. | |
| color | No | New fill color (hex like #006400) | |
| text_color | No | New text color (hex like #ffffff) | |
| x | No | New X position | |
| y | No | New Y position | |
| width | No | New width | |
| height | No | New height | |
| parent_id | No | Move to frame (empty string removes from frame) |