Skip to main content
Glama

Figma MCP Server

MIT License
43,659
7,434
  • Linux
  • Apple

reply_to_comment

Respond to comments in Figma files by providing a file key, comment ID, and message to continue discussions or clarify feedback directly within the design context.

Instructions

Reply to an existing comment in a Figma file

Input Schema

NameRequiredDescriptionDefault
comment_idYesThe ID of the comment to reply to. Comment ids have the format `<number>`
file_keyYesThe key of the Figma file
messageYesThe reply message

Input Schema (JSON Schema)

{ "properties": { "comment_id": { "description": "The ID of the comment to reply to. Comment ids have the format `<number>`", "type": "string" }, "file_key": { "description": "The key of the Figma file", "type": "string" }, "message": { "description": "The reply message", "type": "string" } }, "required": [ "file_key", "comment_id", "message" ], "type": "object" }

You must be authenticated.

Other Tools from Figma MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GLips/Figma-Context-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server