get_annotations
Retrieve Dev Mode annotations from Figma designs. Specify a node ID to get its annotations, or omit it to scan the current page for all annotated nodes.
Instructions
Return Dev Mode annotations as { annotations: [{ nodeId, nodeName, annotations }] }. With nodeId, returns that node's annotations; without it, scans the current page for all annotated nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | No | Node id to read annotations from; omit to scan the current page |