join_channel
Join a designated channel to enable communication between the Talk to Figma MCP server and Figma, facilitating the exchange of design data and collaborative updates.
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"
}