get_annotations
Retrieve Dev Mode annotations for a specific node by ID, or scan the current page to collect annotations from 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 |