miro_update_shape
Update a shape's fill color, text color, shape type, content, position, and dimensions on a Miro board. Supports shape types like rectangle, circle, triangle, and star.
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
| 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) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| shape_type | No | ||
| content | No | ||
| message | Yes |