Skip to main content
Glama

join

Connect to a specified channel in Figma via Conduit MCP server to enable real-time communication and collaboration. Input a channel name to initiate the join process.

Instructions

Join a specific channel to communicate with Figma.

Returns:

  • content: Array of objects. Each object contains a type: "text" and a text field with the join status message.

Input Schema

NameRequiredDescriptionDefault
channelYesThe name of the channel to join. Must be a non-empty string.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "channel": { "description": "The name of the channel to join. Must be a non-empty string.", "minLength": 1, "type": "string" } }, "required": [ "channel" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/amalinakurniasari/conduit'

If you have feedback or need assistance with the MCP directory API, please join our Discord server