Skip to main content
Glama

mcp-figma

by smithery-ai

delete_comment

Remove a specific comment from a Figma file by providing the comment ID and file key through the MCP server, enabling precise comment management.

Instructions

Delete a comment from a Figma file

Input Schema

NameRequiredDescriptionDefault
comment_idYesID of the comment to delete
fileKeyYesThe key of the file to delete a comment from

Input Schema (JSON Schema)

{ "properties": { "comment_id": { "description": "ID of the comment to delete", "type": "string" }, "fileKey": { "description": "The key of the file to delete a comment from", "type": "string" } }, "required": [ "fileKey", "comment_id" ], "type": "object" }

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/smithery-ai/mcp-figma'

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