mcp-miro
by evalstate
create_shape
Create a shape on a Miro board. Available shapes include basic shapes (rectangle, circle, etc.) and flowchart shapes (process, decision, etc.). Standard geometry specs: width and height in pixels (default 200x200)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
boardId | Yes | ID of the board to create the shape on | |
content | No | Text content to display on the shape | |
geometry | No | ||
position | No | ||
shape | Yes | Type of shape to create | rectangle |
style | No | Style configuration for the shape |