get_node
Return a single node by ID with its complete recursive subtree, including all serialized fields such as geometry, paints, effects, and auto-layout. Use it to inspect a component or node before making changes.
Instructions
Return one node by id with its full recursive subtree at maximum fidelity — every serialized field (geometry, paints, effects, auto-layout, text with per-run segments, style/variable ids, mainComponent), no depth limit, no deduplication. Best for inspecting a single component or a node you are about to modify; for exploring or grounding anything large, prefer get_design_context (depth-limited, deduped, tokens resolved to names). Returns { node }, null when the id matches nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nodeId | Yes | Figma node id, e.g. "1:42"; a pasted Figma URL also works |