postMiroNote
Add a sticky note to a Miro board using board ID and content, with optional x/y coordinates and color.
Instructions
Adds a new sticky note with specified content to a Miro board at the given position.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X coordinate position on the board (default: 0) | |
| y | No | Y coordinate position on the board (default: 0) | |
| color | No | The color of the sticky note (e.g., "yellow", "blue", "green", "pink", "purple") | |
| boardId | Yes | The ID of the Miro board to add the note to | |
| content | Yes | The text content of the sticky note |