List Variables
variable_listRetrieve local variables and collections from Figma, or get details for specific variable IDs with optional consumer scan.
Instructions
List local variables/collections, or detailed info for specific variable ids; optionally scan for consumers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| variableId | No | Optional array of variable IDs to retrieve detailed information for. If omitted, lists all local variables. | |
| includeConsumers | No | Only used when variableId is provided; ignored otherwise. 'current_page' scans the active page (fast). 'document' scans all pages (streams progress page-by-page). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collections | No | List of variable collections | |
| variables | No | List of variables | |
| consumers | No | Consumer mapping for the requested variables |