join_channel
Join a specific channel to communicate with Figma, enabling verbal control of the cursor for streamlined design interactions via MCP server.
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"
}