You're viewing a demo portfolio

Join the waitlist
PRSM

get_file

Active

Tool of Figma

declared in 0.1.0

Get a compact summary of a Figma design file by its file key: name, last modified time, version, editor type, role, thumbnail URL, and the list of top-level pages (id, name, type, child count). Use to understand the structure of a Figma design file without fetching the full node tree.

Parameters schema

{
  "type": "object",
  "required": [
    "file_key"
  ],
  "properties": {
    "depth": {
      "type": "number",
      "description": "How many levels of the document tree to traverse (default 2). Lower values return less data."
    },
    "file_key": {
      "type": "string",
      "description": "The Figma file key (the segment after /file/ or /design/ in a Figma URL)."
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

Figma

https://github.com/pipeworx-io/mcp-figma

1/7 registries
View full server →
get_file — Figma — PRSM MCP