App Logo
slack.com

Set Slack channel purpose

Set a channel's purpose/description by name or id. Pass an empty string to clear it. Returns the applied purpose. Requires login.

Input

channel required

Channel name/#name or id (C…).

purpose required

New purpose text (empty clears).

workspaceDomain optional

Workspace host, e.g. acme.slack.com. Defaults to the active workspace.

Output

ok required
channel required
purpose optional

FAQ

Set a channel's purpose/description by name or id. Pass an empty string to clear it. Returns the applied purpose. Requires login.
Required: channel, purpose. Optional: workspaceDomain.
It returns ok, channel, purpose.
Yes. It acts as you on slack.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the slack.com cookies saved by the Reduck extension.
It makes changes on slack.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/slack.com/set_channel_purpose, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/slack.com/set_channel_purpose
It is part of Reduck's official curated catalogue.

Start building not clicking