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

tool-descriptor:figma.get-image

Structured · live

Figma: Get Image 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-image",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/figma-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Figma: Get Image",
    "description": "Render an image (PNG/SVG) of one or more Figma nodes.",
    "inputSchema": {
      "type": "object",
      "required": [
        "fileKey",
        "ids"
      ],
      "properties": {
        "fileKey": {
          "type": "string"
        },
        "ids": {
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "format": {
          "type": "string",
          "enum": [
            "png",
            "svg",
            "jpg",
            "pdf"
          ]
        },
        "scale": {
          "type": "number"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "images": {
          "type": "object"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:figma.get-image",
      "to": "tool-server:mcp-figma",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-figma",
      "to": "tool-descriptor:figma.get-image",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}