figma_use
Orchestrates component, token, and design-context lookups in a single call to collect all design references before implementation.
Instructions
High-level orchestrator that bundles component, token and design-context lookups in one call. intent='component' -> node detail + Code Connect hint. intent='token' -> team library variable search. intent='design_context' -> full bundle (component + hints + tokens). Prefer this before implementing a design to collect all references in a single round-trip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| figmaUrl | No | Figma file URL for routing. | |
| fileKey | No | Target a specific connected file. | |
| intent | Yes | Lookup mode. | |
| nodeId | No | Required for 'component' and 'design_context'. | |
| query | No | Token name filter for 'token' / 'design_context'. | |
| limit | No | Max variable results (default 25). |