read_comments
Retrieve all comments from a Figma file by inputting the file key, enabling efficient review and collaboration through the Figma MCP Server integration.
Instructions
Get all comments on a Figma file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_key | Yes | The key of the Figma file |
Input Schema (JSON Schema)
{
"properties": {
"file_key": {
"description": "The key of the Figma file",
"type": "string"
}
},
"required": [
"file_key"
],
"type": "object"
}