Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
board_idYesBoard ID
shapeYesFlowchart shape type: rectangle, round_rectangle, circle, rhombus, parallelogram, trapezoid, pentagon, hexagon, star, flow_chart_predefined_process, wedge_round_rectangle_callout, etc.
contentNoText inside the shape
xNoX position
yNoY position
widthNoWidth in pixels (default 200)
heightNoHeight in pixels (default 200)
fill_colorNoFill/background color (hex like #006400)
border_colorNoBorder color (hex like #000000)
parent_idNoFrame ID to place shape in
Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/olgasafonova/miro-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server