Component catalogue
fig_componentsList components defined in a Figma .fig file, showing properties, defaults, and instance counts. Filter by name and sort by usage to reveal the design system's most-used symbols.
Instructions
List the components (SYMBOL nodes) defined in the file: guid, name, description, the component-set it belongs to when it is a variant, its property definitions with defaults, and how many instances of it exist. Filter with query (case-insensitive substring of the name). Sorted by instance count, most-used first, so the load-bearing parts of the design system come back before one-off symbols. Follow up with fig_instance on a specific INSTANCE guid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the .fig / .figma file (absolute, or relative to the server CWD). | |
| limit | No | Default 50. | |
| query | No | Case-insensitive substring of the component name. | |
| cursor | No | Opaque nextCursor from a previous truncated response; resumes where it stopped. |