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.
Get all comments on a Figma file
| Field | Value |
|---|---|
| Name | figma__get_comments |
| Group | Integrations |
{
"type": "object",
"properties": {
"fileKey": {
"type": "string",
"description": "Figma file key"
}
},
"required": [
"fileKey"
],
"description": "Input schema for the figma__get_comments tool."
}