Skip to main content
Post a comment on a Figma file

Tool details

FieldValue
Namefigma__post_comment
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "fileKey": {
      "type": "string",
      "description": "Figma file key"
    },
    "message": {
      "type": "string",
      "description": "Comment text"
    },
    "client_meta": {
      "type": "object",
      "description": "Optional Figma comment position metadata"
    }
  },
  "required": [
    "fileKey",
    "message"
  ],
  "description": "Input schema for the figma__post_comment tool."
}

Output schema

This tool does not publish an output schema.