Overview
Retrieves comprehensive, detailed information about the currently selected nodes in Figma. This includes all properties, children, styles, fills, strokes, and other attributes. This is the most detailed selection inspection tool available.Parameters
This tool does not require any parameters.Return Value
Returns a detailed JSON object containing full node information:Colors are automatically converted from Figma’s RGBA format (0-1) to hex format for easier readability.
Usage Example
Best Practices
Use this tool when you need complete design information before making modifications or generating code from designs.
Data Filtering
The tool automatically filters out:- VECTOR type nodes (too verbose)
boundVariablespropertiesimageRefproperties
Common Use Cases
- Analyzing design structure before modifications
- Extracting design tokens (colors, spacing, typography)
- Understanding component hierarchy
- Preparing data for design-to-code conversion
- Auditing design properties
Related Tools
- get_selection - Get basic selection info
- get_node_info - Get detailed info for a specific node ID
- get_nodes_info - Get info for multiple nodes