figma_get_selection
Retrieve the list of selected nodes in the active Figma file, optionally including child nodes up to a specified depth.
Instructions
Get the list of currently selected nodes in the active Figma file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxDepth | No | Max depth for children (default: 3) | |
| includeChildren | No | Include children recursively |