Skip to main content
Get all comments on a Figma file

Tool details

FieldValue
Namefigma__get_comments
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "fileKey": {
      "type": "string",
      "description": "Figma file key"
    }
  },
  "required": [
    "fileKey"
  ],
  "description": "Input schema for the figma__get_comments tool."
}

Output schema

This tool does not publish an output schema.