figma_comments
List all Figma comments with IDs, authors, and resolved state, or post new feedback anchored to nodes. Posts require confirmation before becoming visible to others.
Instructions
Read or post Figma comments via the optional REST layer (design review feedback lives here — read it, act on it, reply with what you changed). action:'list' returns all comments with ids, authors, node anchors and resolved state. action:'post' needs message (+ optional nodeId anchor or replyTo thread id) and ALWAYS requires confirm:true after a preview — comments are visible to other people. Without a configured REST token this tool only explains the setup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | post: canvas x (with y, when no nodeId) or node offset x. | |
| y | No | post: canvas y / node offset y. | |
| action | No | list (default) or post. | |
| nodeId | No | post: anchor the comment to this node ("1:2", URL form, or full URL). | |
| confirm | No | Required true to actually post — first call without it returns a preview. | |
| fileKey | No | Bare file key or full Figma URL. Default: the file open in Figma Desktop. | |
| message | No | post: the comment text. | |
| replyTo | No | post: comment id to reply to (threads under it). |