join_channel
Connect to a specific Figma channel to communicate and interact with design elements using natural language commands through Cursor AI.
Instructions
Join a specific channel to communicate with Figma
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channel | No | The name of the channel to join |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"channel": {
"default": "",
"description": "The name of the channel to join",
"type": "string"
}
},
"type": "object"
}