create_sticky
Add text to a FigJam board by creating a sticky note at specified coordinates, with options for color, width, and parent section.
Instructions
Create a sticky note in a FigJam board. Sticky notes are the primary way to add text content in FigJam.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X position on the canvas | |
| y | Yes | Y position on the canvas | |
| text | Yes | Text content of the sticky note | |
| color | No | Background color of the sticky note (default: yellow). Supported values: yellow, pink, green, blue, purple, red, orange, teal, gray, white. | |
| isWide | No | Whether the sticky note should be wide format (default: false) | |
| name | No | Optional name/label for the node | |
| parentId | No | Optional parent node ID (e.g. a section) to place the sticky into |