miro_create_sticky
Add a sticky note to a Miro board with custom text, position, and color for visual collaboration and idea organization.
Instructions
Create a sticky note on a Miro board. For multiple stickies in a grid, use miro_create_sticky_grid. For batch creation of mixed items, use miro_bulk_create.
USE WHEN: "add a sticky", "create note saying X", "put a yellow sticky"
VOICE-FRIENDLY: "Created yellow sticky 'Action item: Review design'"
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Board ID | |
| content | Yes | Text content of the sticky note | |
| x | No | X position (default 0) | |
| y | No | Y position (default 0) | |
| color | No | Sticky color: yellow, green, blue, pink, orange, etc. | |
| width | No | Width in pixels | |
| parent_id | No | Frame ID to place sticky in |