mcp-figma

get_comments

Extract comments from a specific Figma file by providing its file key through the MCP server, enabling streamlined collaboration and feedback access.

Instructions

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" }
ID: z3gvv0394m