list_tokens
Lists unique Tokens Studio tokens used in a Figma subtree, grouped by property with layer names and a style-gap report. Use this pre-flight to decide if you need the full token tree.
Instructions
START HERE for any question about which design tokens a Figma frame uses. Cheap pre-flight: returns the unique Tokens Studio tokens applied anywhere in a subtree, grouped by property (fill, spacing, typography, …), with the layer names that use each value and a style-gap report at the bottom. Much smaller than get_metadata_with_tokens — call this first to decide whether you actually need the full tree. If the subtree relies on composition tokens the response surfaces a one-line hint so you don't get silent empty output; pass includeComposition=true to include them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| depth | No | ||
| nodeId | No | ||
| fileKey | No | ||
| withVectors | No | ||
| withComponents | No | ||
| includeComposition | No |