scan_text_nodes
Find all text nodes in a Figma design, returning each node's characters, font size, and font name. Scope the search to a specific node or the entire page.
Instructions
Return every TEXT node within a subtree, each with its characters / fontSize / fontName. Scope with root (a node id); defaults to the current page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | No | Node id to scope the scan; omit for the current page |