get_nodes_info
Retrieve complete details for multiple Figma nodes by their IDs in a single request, reducing API calls and improving efficiency.
Instructions
Get full details for multiple nodes by ID in one round-trip. Prefer this over calling get_node repeatedly when you need several nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeIds | Yes | List of node IDs in colon format e.g. ['4029:12345', '4029:67890'] |