figma_get_design_context
Retrieve design context from Figma files or nodes, including structure, text, layout, visuals, and typography. Control depth and verbosity for efficient analysis.
Instructions
Design context for a node or whole file: structure + text, layout/visual/typography. Defaults to depth=1, verbosity='summary' for context safety. Pass depth/verbosity explicitly for deeper data. Cached 60s per session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| figmaUrl | No | Figma or FigJam file URL; fileKey and optional node-id are extracted for routing. | |
| fileKey | No | Target a specific connected file. | |
| nodeId | No | ||
| depth | No | ||
| verbosity | No | summary | |
| excludeScreenshot | No | Reserved for future use; plugin currently does not embed screenshots in design_context. | |
| includeLayout | No | ||
| includeVisual | No | ||
| includeTypography | No | ||
| includeCodeReady | No | ||
| outputHint | No | ||
| debug | No | Bypass cache and include _responseGuard/_metrics fields. |