Skip to main content
Glama

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

NameRequiredDescriptionDefault
nodeIdNoThe unique Figma node ID to get information about. Must be a string in the format '123:456'.
nodeIdsNoAn array of Figma node IDs to get information about. Each must be a string in the format '123:456'.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nodeId": { "description": "The unique Figma node ID to get information about. Must be a string in the format '123:456'.", "type": "string" }, "nodeIds": { "description": "An array of Figma node IDs to get information about. Each must be a string in the format '123:456'.", "items": { "description": "A Figma node ID. Must be a string in the format '123:456' or a complex instance ID like 'I422:10713;1082:2236'.", "type": "string" }, "maxItems": 100, "minItems": 1, "type": "array" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/amalinakurniasari/conduit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server