Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Post a comment on a Figma file
| Field | Value |
|---|---|
| Name | figma__post_comment |
| Group | Integrations |
{
"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."
}