Skip to main content
List recent Figma files accessible to the user

Tool details

FieldValue
Namefigma__list_files
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "projectId": {
      "type": "string",
      "description": "Figma project ID whose files can be listed"
    },
    "branch_data": {
      "type": "boolean",
      "description": "Include branch metadata"
    }
  },
  "required": [
    "projectId"
  ],
  "description": "Input schema for the figma__list_files tool."
}

Output schema

This tool does not publish an output schema.