Skip to main content
Glama

mcp-miro

by evalstate

create_sticky_note

Add sticky notes to a Miro board, specifying text content, position, and color. Ideal for organizing ideas, tasks, or reminders visually on a collaborative whiteboard.

Instructions

Create a sticky note on a Miro board. By default, sticky notes are 199x228 and available in these colors: gray, light_yellow, yellow, orange, light_green, green, dark_green, cyan, light_pink, pink, violet, red, light_blue, blue, dark_blue, black.

Input Schema

NameRequiredDescriptionDefault
boardIdYesID of the board to create the sticky note on
colorNoColor of the sticky note (e.g. 'yellow', 'blue', 'pink')yellow
contentYesText content of the sticky note
xNoX coordinate position
yNoY coordinate position

Input Schema (JSON Schema)

{ "properties": { "boardId": { "description": "ID of the board to create the sticky note on", "type": "string" }, "color": { "default": "yellow", "description": "Color of the sticky note (e.g. 'yellow', 'blue', 'pink')", "enum": [ "gray", "light_yellow", "yellow", "orange", "light_green", "green", "dark_green", "cyan", "light_pink", "pink", "violet", "red", "light_blue", "blue", "dark_blue", "black" ], "type": "string" }, "content": { "description": "Text content of the sticky note", "type": "string" }, "x": { "default": 0, "description": "X coordinate position", "type": "number" }, "y": { "default": 0, "description": "Y coordinate position", "type": "number" } }, "required": [ "boardId", "content" ], "type": "object" }
Install Server

Other Tools from mcp-miro

Related Tools

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/evalstate/mcp-miro'

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