get_node_details
Get detailed data about a specific Figma node (component, frame, etc.) using its file URL and optional node ID. Customize with property paths and detail levels for targeted extraction.
Instructions
Get detailed information about a specific node (component, frame, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | No | Node ID (optional if URL contains node-id) | |
| figmaUrl | Yes | Figma file URL (any format) | |
| properties | No | Optional array of property paths to include (e.g., ["id", "name", "children.id"]) | |
| detailLevel | No | Level of detail to include (default: basic) |