search_nodes
Search for Figma nodes by name substring and type within a page or component subtree. Use a name query with optional type and subtree filters to locate specific design elements.
Instructions
Search for nodes by name substring and/or type within a subtree. Use this when you know (part of) the node name. Use scan_nodes_by_types when you want all nodes of a type regardless of name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return (default: 50) | |
| query | Yes | Name substring to match (case-insensitive) | |
| types | No | Filter by Figma node type e.g. ['TEXT', 'FRAME', 'COMPONENT'] | |
| nodeId | No | Scope search to this subtree (default: current page), colon format e.g. '4029:12345' |