set_annotation
Add or update a markdown annotation on a Figma node by providing the node ID and annotation text. Optionally specify an annotation ID to update existing annotations.
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 |