Plumb · search
plumb_searchFind Figma nodes by name and type across pages. Use queries like 'primary button' or 'TEXT layers named Title' to locate elements with details such as id, name, type, page, and size.
Instructions
Find nodes across the file by name and/or type — 'where is the primary button?', 'every TEXT layer named Title', etc. Returns matches with id, name, type, page, and size. Drill into one with plumb_node, or pull its asset with plumb_assets. Plugin path; needs the Plumb plugin paired.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Filter to a single Figma page by name (case-insensitive, substring-friendly). Drops noise on multi-page files. | |
| type | No | Filter by node type, e.g. "TEXT", "FRAME", "INSTANCE", "VECTOR". | |
| query | No | Substring match on node name (case-insensitive). |