Skip to main content
Glama

Slack MCP Server

by piekstra

invite_to_channel

Invite multiple users to a Slack channel using their user IDs to manage and organize workspace communication efficiently. Simplifies channel participation by automating the invitation process.

Instructions

Invite users to a Slack channel.

Args: channel: Channel ID users: Comma-separated list of user IDs

Input Schema

NameRequiredDescriptionDefault
channelYes
usersYes

Input Schema (JSON Schema)

{ "properties": { "channel": { "title": "Channel", "type": "string" }, "users": { "title": "Users", "type": "string" } }, "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/piekstra/slack-mcp-server'

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