create_sticky_note
Adds a sticky note to a Miro board at a chosen position, letting you capture ideas, tasks, labels, or annotations with a semantic color.
Instructions
Creates a sticky note on a Miro board at a specified position. Use this to add ideas, tasks, labels, or annotations. You can optionally place it inside a frame. Choose a color that matches the semantic meaning (e.g. yellow for ideas, red for blockers, green for done).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate (board center is 0) | |
| y | Yes | Y coordinate (board center is 0) | |
| color | Yes | Fill color: yellow, light_yellow, orange, light_green, green, dark_green, cyan, light_pink, pink, violet, red, light_blue, blue, dark_blue, gray, black, white | |
| width | No | Sticky width in pixels (default 200) | |
| content | Yes | Text content of the sticky note | |
| board_id | Yes | Miro board ID | |
| frame_id | No | If provided, places the sticky inside this frame |