Plumb · describe
plumb_describeGenerate a textual description of a Figma screen or node, breaking down layout regions and child elements, for use when rendered images are inaccessible.
Instructions
Text-only visual description of a Figma screen or node — useful when you can't read the rendered screenshot (image-blind harness, sandboxed Read, or token-conscious flows). Returns a per-region narrative ('top-left: ...') and a flat child summary derived from the PDS. Pair with plumb_node for the full structural spec, or pair with plumb_screenshot for the pixel reference.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Node id to describe. | |
| url | No | Paste a full Figma URL — fileKey + node-id auto-extracted. | |
| name | No | Screen name (plugin path). | |
| depth | No | Levels of the tree to mine for the narrative. Default 2. | |
| fileKey | No | REST path file key. |