Talk to Figma MCP

by sonnylazuardi
Verified

join_channel

Join a specific channel to communicate with Figma

Input Schema

NameRequiredDescriptionDefault
channelNoThe 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" }