figma_use
Retrieve component details, design tokens, and context hints from Figma in a single API call. Choose component, token, or design_context mode to collect all references for 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 |
|---|---|---|---|
| limit | No | Max variable results (default 25). | |
| query | No | Token name filter for 'token' / 'design_context'. | |
| intent | Yes | Lookup mode. | |
| nodeId | No | Required for 'component' and 'design_context'. | |
| fileKey | No | Target a specific connected file. | |
| figmaUrl | No | Figma file URL for routing. |