get_node_details
Retrieve detailed information about a specific node in a Figma .fig file by providing its path in the document tree, including styles, layout, and children.
Instructions
Get detailed information about a specific node by its path in the document tree. Use format like 'Page 1/Frame Name/Child Name'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compact | No | Use compact JSON formatting (no indentation) (default: false) | |
| filePath | Yes | Path to the .fig file | |
| maxDepth | No | Maximum depth to traverse children (default: 1, max: 10) | |
| nodePath | Yes | Path to the node (e.g., 'Page 1/Header/Logo') | |
| includeLayout | No | Include layout inference (gap, padding, alignment) (default: true) | |
| includeStyles | No | Include style properties (fills, strokes, effects) (default: true) | |
| includeEffects | No | Include effects (shadows, blurs) (default: true) | |
| includeChildren | No | Include child nodes in response (default: true) | |
| includeImageRefs | No | Include image reference metadata (default: true) |