Skip to main content
Glama

miro_generate_diagram

Create diagrams on Miro boards using Mermaid code. Generate flowcharts, sequence diagrams, and process flows with automatic layout and professional stencils.

Instructions

Generate diagram on Miro from Mermaid code. Creates shapes and connectors with auto-layout.

USE WHEN: "create flowchart", "generate diagram", "draw process flow", "sequence diagram"

TYPES: flowchart/graph, sequenceDiagram FLOWCHART: A[rect] --> B{diamond} -->|label| C((circle)) SEQUENCE: participant A; A->>B: sync; A-->>B: async

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
board_idYesBoard ID to create the diagram on
diagramYesDiagram code in Mermaid format (flowchart/graph syntax)
start_xNoStarting X position (default: 0)
start_yNoStarting Y position (default: 0)
node_widthNoWidth of each node (default: 180)
parent_idNoParent frame ID to create diagram inside
use_stencilsNoUse professional flowchart stencils instead of basic shapes. Provides better visual styling with proper flowchart symbols (terminator, process, decision, I/O).
output_modeNoOutput mode: 'discrete' (default) returns individual items, 'grouped' groups all items together for easy move/delete, 'framed' creates a frame containing all items
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