Resolve a design reference to a component
registry_find_by_design_referenceResolve design-tool references like Figma file/node IDs to a registered component, returning 'resolved', 'ambiguous' with candidates, or 'unresolved' when no exact mapping exists.
Instructions
Deterministically resolve a design-tool reference (e.g. a Figma fileKey/nodeId pair) to a registered component. Returns status 'resolved' with exactly one component, 'ambiguous' with all matching candidates, or 'unresolved' if nothing matches. Never guesses — if you get 'unresolved', treat the mapping as genuinely absent rather than inferring one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Deep link to the design node, if that's what you have. | |
| name | No | The component's name as it appears in the design tool. | |
| tool | Yes | Design tool identifier, e.g. 'figma'. | |
| fileId | No | Design file/document identifier (e.g. Figma fileKey). | |
| nodeId | No | Design node/component identifier (e.g. Figma nodeId). |