list_comments
ActiveTool of Figma
declared in 0.1.0
List comments on a Figma design file. Returns each comment's id, message, author handle, created time, and resolved time. Use to review feedback and discussion on a design.
Parameters schema
{
"type": "object",
"required": [
"file_key"
],
"properties": {
"file_key": {
"type": "string",
"description": "The Figma file key (the segment after /file/ or /design/ in a Figma URL)."
}
}
}Parent server
Figma
https://github.com/pipeworx-io/mcp-figma
1/7 registries