iiRecord
Agentic AI Atlas · Figma: Download Images
tool-descriptor:figma.download-imagesa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:figma.download-images

Structured · live

Figma: Download Images 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.download-images",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/figma-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Figma: Download Images",
    "description": "Download referenced image assets from a Figma file to local paths.",
    "inputSchema": {
      "type": "object",
      "required": [
        "fileKey",
        "nodes"
      ],
      "properties": {
        "fileKey": {
          "type": "string"
        },
        "nodes": {
          "type": "array"
        },
        "localPath": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "files": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:figma.download-images",
      "to": "tool-server:mcp-figma",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-figma",
      "to": "tool-descriptor:figma.download-images",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}