find_nodes
Search for nodes in a Figma design by name or type, scoped to the current page or a specific subtree.
Instructions
Search nodes by name or type. Scoped to the current page — call switch_page first if your target lives on a different page.
Examples: find_nodes({query: "Button"}) find_nodes({query: "frame", scope: "1:2"})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query — matches node name or type | |
| scope | No | Limit search to subtree. Node ID (e.g. "1:2"). Default: entire page. |