search_figma_nodes_by_name
Find Figma components by name to retrieve their IDs, types, and paths. Supports exact and partial matching for buttons, icons, headers, or any design node.
Instructions
Search nodes by name. Supports exact and partial matching. Returns matching nodes with their IDs, types, and paths. Useful for finding specific components, buttons, icons, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The node name to search for (e.g., 'Button', 'Header', 'Icon') | |
| limit | No | Maximum number of results to return | |
| file_id | Yes | The Figma file ID. Found in URLs like figma.com/file/<file_id>/... or figma.com/design/<file_id>/... | |
| match_mode | No | Match mode: 'exact' for exact name match, 'partial' for substring match (always case-insensitive) | exact |
| ignore_case | No | If true, perform case-insensitive matching (only for exact mode) |