archive_channel
Archive inactive Slack channels using the channel ID to maintain workspace organization and reduce clutter. Simplifies channel management within Slack MCP Server.
Instructions
Archive a Slack channel.
Args: channel: Channel ID to archive
Input Schema
Name | Required | Description | Default |
---|---|---|---|
channel | Yes |
Input Schema (JSON Schema)
{
"properties": {
"channel": {
"title": "Channel",
"type": "string"
}
},
"required": [
"channel"
],
"type": "object"
}