iiRecord
Agentic AI Atlas · Figma: Get Node
tool-descriptor:figma.get-nodea5c.ai
II.
ToolDescriptor JSON

tool-descriptor:figma.get-node

Structured · live

Figma: Get Node json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/figma-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:figma.get-node",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/figma-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Figma: Get Node",
    "description": "Retrieve a specific node within a Figma file by node ID.",
    "inputSchema": {
      "type": "object",
      "required": [
        "fileKey",
        "nodeId"
      ],
      "properties": {
        "fileKey": {
          "type": "string"
        },
        "nodeId": {
          "type": "string"
        },
        "depth": {
          "type": "integer"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "node": {
          "type": "object"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:figma.get-node",
      "to": "tool-server:mcp-figma",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-figma",
      "to": "tool-descriptor:figma.get-node",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}