search_components
Find Figma components by name across files or pages using partial matching, with filtering options to refine results and retrieve design assets efficiently.
Instructions
Search for components by name across the file.
HOW IT WORKS:
Searches entire file or specific page
Returns top 20 results with total count
If >20 results, suggests refinement options
Use 'continue: true' to get more results
TYPICAL WORKFLOW:
search_components(query) → find matches
If too many: refine with page_name or type filter
get_frame_info on specific result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_key | Yes | Figma file key | |
| query | Yes | Search term (case-insensitive, partial match) | |
| page_name | No | Limit search to specific page | |
| type | No | Filter by type: COMPONENT, INSTANCE, FRAME, TEXT, VECTOR | |
| continue | No | Continue from last response for more results |