Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
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
figma__post_comment
{ "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." }