Skip to main content
Glama

invite_to_channel

Add users to a Slack channel using their user IDs to expand team collaboration and communication within your workspace.

Instructions

Invite users to a channel

Input Schema

NameRequiredDescriptionDefault
channelYesChannel ID
usersYesArray of user IDs to invite

Input Schema (JSON Schema)

{ "properties": { "channel": { "description": "Channel ID", "type": "string" }, "users": { "description": "Array of user IDs to invite", "items": { "type": "string" }, "type": "array" } }, "required": [ "channel", "users" ], "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/Hais/slack-bot-mcp'

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