Inspect a node
fig_nodeInspect a single node in a local Figma file by GUID, returning geometry, styles, text, auto-layout, and component links. Select detail level: full, raw, or summary.
Instructions
Inspect one node by guid (e.g. "2:1339"). detail:"full" (default) gives geometry, fills/strokes/effects as hex colours, corner radii, auto-layout, text basics, component and variable links, plus child summaries. detail:"raw" returns the decoded Figma record verbatim — the escape hatch for fields this server does not map yet; it is limited to one node per call and can be large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the .fig / .figma file (absolute, or relative to the server CWD). | |
| guid | Yes | Node guid, "sessionID:localID", e.g. "2:1339". | |
| detail | No | Default "full". | |
| includeChildren | No | Include summaries of direct children (default true). |