get_design_context_compact
Fetch a Figma node URL, retrieve upstream design context, strip React/Tailwind passthrough, and return compact markdown with layout, text, asset, and implementation notes to reduce token consumption.
Instructions
Call this first for a Figma node URL. It fetches upstream Figma get_design_context internally, removes raw React/Tailwind passthrough, and returns compact markdown with layout, text, asset, and implementation notes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| figma_url | Yes | Full Figma design URL including node-id query parameter, e.g. https://www.figma.com/design/FILE_KEY/Name?node-id=123-456 | |
| include_stats | No | Append markdown size statistics to the output |