II.
ToolDescriptor JSON
Structured · livetool-descriptor:figma.get-image
Figma: Get Image json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}