clickup_chat_channel_update
Update ClickUp chat channel names or descriptions to maintain clear team communication. Modify display names or topics using this tool for organized workspace collaboration.
Instructions
Rename a ClickUp chat channel or change its description. To change membership or visibility use the dedicated channel-members and channel-followers tools. Returns the updated channel object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ID of the channel to update. Obtain from clickup_chat_channel_list (field: id). | |
| description | No | New channel description/topic shown in the channel header. Markdown supported. | |
| name | No | New display name for the channel. Must be unique within the workspace. | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. |