Plumb · outline
plumb_outlineMap a Figma file's pages and top-level screens to quickly find and extract any screen by its ID or name, saving tokens by filtering irrelevant pages.
Instructions
Map a Figma file cheaply: its pages and their top-level screens (id, name, size). The shallow entry point — call it to find the screen you want, then call plumb_node with that screen's id (or name) to extract it. With the Plumb plugin paired, no file key is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Paste a full Figma URL — fileKey is auto-extracted. Accepts /design/, /file/, /proto/, and branch URLs. | |
| page | No | Filter to a single Figma page by name (case-insensitive). Saves tokens on multi-page files where most pages are irrelevant. | |
| fileKey | No | Figma file key — for the REST path. Omit when the Plumb plugin is paired. |