mcp-figma

get_comments

Get comments on a Figma file

Input Schema

NameRequiredDescriptionDefault
fileKeyYesThe key of the file to get comments from

Input Schema (JSON Schema)

{ "properties": { "fileKey": { "description": "The key of the file to get comments from", "type": "string" } }, "required": [ "fileKey" ], "type": "object" }