Talk to Figma MCP

by sonnylazuardi
Verified

get_node_info

Get detailed information about a specific node in Figma

Input Schema

NameRequiredDescriptionDefault
nodeIdYesThe ID of the node to get information about

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nodeId": { "description": "The ID of the node to get information about", "type": "string" } }, "required": [ "nodeId" ], "type": "object" }