Search the design
vault_searchSearch Figma vault nodes by substring in name or text. Retrieve id, type, and root path for each matching node.
Instructions
Nodes whose name or text content contains the substring (case-insensitive). Returns id, type and the path from the root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| docId | Yes | Document id as returned by vault_list | |
| limit | No | Maximum number of hits, 50 by default | |
| query | Yes | Substring to look for in name and text.content | |
| includeHidden | No | Also return nodes hidden in Figma (hidden: true) — optional component slots. Defaults to false: building the screen as it looks does not need them. |