Skip to main content
Glama

Slack MCP Server

by piekstra

create_channel

Create a new public or private Slack channel by specifying a name and privacy setting. Simplify team collaboration with organized communication spaces directly from the Slack MCP Server.

Instructions

Create a new Slack channel.

Args: name: Name for the new channel is_private: Whether the channel should be private

Input Schema

NameRequiredDescriptionDefault
is_privateNo
nameYes

Input Schema (JSON Schema)

{ "properties": { "is_private": { "default": false, "title": "Is Private", "type": "boolean" }, "name": { "title": "Name", "type": "string" } }, "required": [ "name" ], "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