Figma · Capability
Figma REST API — Comments
Figma REST API — Comments. 5 operations. Lead operation: Figma Get Comments. Self-contained Naftiko capability covering one Figma business surface.
What You Can Do
GET
Getcomments
— Figma Get Comments
/v1/v1/files/{file-key}/comments
POST
Postcomment
— Figma Post Comment
/v1/v1/files/{file-key}/comments
DELETE
Deletecomment
— Figma Delete Comment
/v1/v1/files/{file-key}/comments/{comment-id}
GET
Getcommentreactions
— Figma Get Comment Reactions
/v1/v1/files/{file-key}/comments/{comment-id}/reactions
POST
Postcommentreaction
— Figma Post Comment Reaction
/v1/v1/files/{file-key}/comments/{comment-id}/reactions
MCP Tools
figma-get-comments
Figma Get Comments
read-only
idempotent
figma-post-comment
Figma Post Comment
figma-delete-comment
Figma Delete Comment
idempotent
figma-get-comment-reactions
Figma Get Comment Reactions
read-only
idempotent
figma-post-comment-reaction
Figma Post Comment Reaction