figma_find
Search the current or all pages for Figma nodes by layer-name pattern, text content, or node type. Returns ids, names, and positions to locate elements before editing.
Instructions
Search the current page (or all pages) for nodes by type, layer-name pattern and/or text content. Returns ids, names and positions — the way to locate things in a big file before editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Case-insensitive regex matched against the layer name. | |
| text | No | Case-insensitive regex matched against text content (TEXT nodes only). | |
| limit | No | Max hits (default 200). | |
| scope | No | Current page (default) or every page. | |
| types | No | Node types, e.g. ["TEXT"] or ["FRAME","INSTANCE"]. Omit for any type. |