search_figma_frames_by_title
Search Figma frames by title to locate screens, pages, or components. Returns matching frame IDs and paths for quick access.
Instructions
Search frame nodes by title. Useful for finding specific screens, pages, or components. Returns matching frames with their IDs and paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| title | Yes | The frame title to search for (e.g., 'Login Screen', 'Dashboard', 'Settings') | |
| 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 title match, 'partial' for substring match (always case-insensitive) | exact |
| ignore_case | No | If true, perform case-insensitive matching (only for exact mode) |