II.
ToolDescriptor JSON
Structured · livetool-descriptor:figma.get-file
Figma: Get File json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:figma.get-file",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/figma-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Figma: Get File",
"description": "Retrieve the structure of a Figma file (pages, frames, components).",
"inputSchema": {
"type": "object",
"required": [
"fileKey"
],
"properties": {
"fileKey": {
"type": "string"
},
"depth": {
"type": "integer"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"document": {
"type": "object"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:figma.get-file",
"to": "tool-server:mcp-figma",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "claim:source-provenance-extensions-tool-descriptors-figma-mcp-tools-yaml",
"to": "tool-descriptor:figma.get-file",
"kind": "about_subject"
},
{
"from": "tool-server:mcp-figma",
"to": "tool-descriptor:figma.get-file",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}