miro_create_flowchart_shape
Create specialized flowchart shapes on Miro boards using experimental stencil types like decision diamonds and process boxes for diagramming.
Instructions
Create a flowchart shape using the experimental API. Supports additional stencil shapes beyond the standard shape tool.
USE WHEN: User says "create a flowchart shape", "add a process box", "draw a decision diamond for flowchart"
For standard shapes, use miro_create_shape instead. This tool uses the v2-experimental API for flowchart-specific stencil shapes.
PARAMETERS:
board_id: Required
shape: Shape type (required). Supports: rectangle, round_rectangle, circle, rhombus, parallelogram, trapezoid, pentagon, hexagon, star, flow_chart_predefined_process, wedge_round_rectangle_callout, etc.
content: Text inside the shape
x, y: Position
width, height: Size (default 200x200)
fill_color: Fill color (hex like #006400)
border_color: Border color (hex like #000000)
parent_id: Frame ID
NOTE: Uses v2-experimental API. Shape types may change when this moves to GA.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| shape | Yes | Flowchart shape type: rectangle, round_rectangle, circle, rhombus, parallelogram, trapezoid, pentagon, hexagon, star, flow_chart_predefined_process, wedge_round_rectangle_callout, etc. | |
| content | No | Text inside the shape | |
| x | No | X position | |
| y | No | Y position | |
| width | No | Width in pixels (default 200) | |
| height | No | Height in pixels (default 200) | |
| fill_color | No | Fill/background color (hex like #006400) | |
| border_color | No | Border color (hex like #000000) | |
| parent_id | No | Frame ID to place shape in |