Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
channel_idYesID of the channel to update. Obtain from clickup_chat_channel_list (field: id).
descriptionNoNew channel description/topic shown in the channel header. Markdown supported.
nameNoNew display name for the channel. Must be unique within the workspace.
team_idNoWorkspace (team) ID. Omit to use the default workspace from config.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden. It discloses that this is a mutation operation ('Rename... or change...'), mentions the return value ('Returns the updated channel object'), and provides some behavioral context about what gets changed. However, it doesn't mention permission requirements, rate limits, or whether changes are reversible, leaving some behavioral aspects unspecified.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is perfectly concise with two sentences that each earn their place: the first states the purpose and exclusions, the second states the return value. No wasted words, and the most important information (what the tool does) is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a mutation tool with no annotations and no output schema, the description does well by stating the purpose, exclusions, and return value. However, it could provide more context about error conditions, permission requirements, or what happens when only some parameters are provided. The absence of annotations means the description should ideally cover more behavioral aspects.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already fully documents all 4 parameters. The description adds no additional parameter information beyond what's in the schema descriptions. This meets the baseline expectation when schema coverage is complete.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Rename a ClickUp chat channel or change its description') and the resource ('chat channel'), distinguishing it from sibling tools like clickup_chat_channel_create, clickup_chat_channel_delete, and clickup_chat_channel_get. It explicitly mentions what this tool does versus what it doesn't do (membership/visibility changes).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on when NOT to use this tool ('To change membership or visibility use the dedicated channel-members and channel-followers tools'), naming specific alternative tools. This gives clear boundaries for tool selection versus sibling operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/nicholasbester/clickup-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server