get_node_info
Retrieve detailed JSON information about Figma nodes, including text and properties, by specifying one or multiple node IDs in the specified format using the Conduit MCP server.
Instructions
Get detailed information about one or more nodes in Figma.
Returns:
content: Array of objects. Each object contains a type: "text" and a text field with the node(s) info as JSON.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
nodeId | No | The unique Figma node ID to get information about. Must be a string in the format '123:456'. | |
nodeIds | No | An array of Figma node IDs to get information about. Each must be a string in the format '123:456'. |