search_nodes
Find Figma nodes by name or type within specific subtrees. Locate design elements in targeted document sections without loading the entire file structure.
Instructions
Search for nodes by name substring and/or type within a subtree. Avoids dumping the entire document tree.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (default: 50) | |
| nodeId | No | Scope search to this subtree (default: current page), colon format e.g. '4029:12345' | |
| query | Yes | Name substring to match (case-insensitive) | |
| types | No | Filter by Figma node type e.g. ['TEXT', 'FRAME', 'COMPONENT'] |