get_tree_summary
Get a hierarchical summary of a Figma file with child counts for drill-down navigation. Shows the top-level structure without full node details.
Instructions
Get hierarchical summary with child counts for drill-down navigation. Returns high-level structure without full node details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Levels to show (default: 2) | |
| filePath | Yes | Path to the .fig file | |
| nodePath | No | Optional path to start from (e.g., 'Page 1'). If not provided, starts from root. |