Skip to main content
Glama

Slack MCP Server

by piekstra

set_channel_purpose

Define or update the purpose of a Slack channel by specifying the channel ID and the new purpose text. Simplify channel management and ensure clarity for team collaboration.

Instructions

Set the purpose for a Slack channel.

Args: channel: Channel ID purpose: New purpose text

Input Schema

NameRequiredDescriptionDefault
channelYes
purposeYes

Input Schema (JSON Schema)

{ "properties": { "channel": { "title": "Channel", "type": "string" }, "purpose": { "title": "Purpose", "type": "string" } }, "required": [ "channel", "purpose" ], "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