extract_missing_states
Scan a Figma subtree for components, compare detected states against expected state lists, and get a confidence score for missing state coverage.
Instructions
Finds components and component sets in a Figma subtree, compares detected states against a standard expected-state list, and reports missing state coverage with a confidence score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | The page, frame, or component subtree to inspect | |
| file_key | Yes | The Figma file key (from the file URL) | |
| access_token | Yes | Your Figma personal access token |