get_nodes
Retrieve detailed information about Figma nodes by providing node IDs, with support for batch queries and adjustable child depth traversal.
Instructions
Get detailed information about one or more nodes in Figma. Accepts either a single node ID or array of IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeIds | Yes | Node ID(s) to retrieve - can be a single string ID or an array of string IDs | |
| maxDepth | No | Maximum depth for child traversal (-1 for unlimited, default: -1) | |
| includeChildren | No | Whether to include child nodes (default: true) |