set_annotation
Create or update annotations on Figma nodes with markdown text, categories, and custom properties. Specify node ID and label to add or modify design notes.
Instructions
Create or update an annotation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | The ID of the node to annotate | |
| categoryId | No | The ID of the annotation category | |
| properties | No | Additional properties for the annotation | |
| annotationId | No | The ID of the annotation to update (if updating existing annotation) | |
| labelMarkdown | Yes | The annotation text in markdown format |