Skip to main content
Glama

clickup_chat_channel_create

Create a new ClickUp Chat channel for team collaboration by specifying name, visibility, and optional description to organize workspace discussions.

Instructions

Create a new ClickUp Chat channel in a workspace. For one-on-one messages use clickup_chat_dm instead. Add members later via the channel-members endpoint. Returns the created channel object including its new id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
descriptionNoOptional channel topic/description shown in the header.
nameYesChannel name (e.g. 'product-launch'). Must be unique within the workspace.
team_idNoWorkspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config.
visibilityNoChannel visibility: 'public' (any workspace member can join) or 'private' (invite only). Defaults to 'public'.
Behavior4/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It does well by stating this is a creation operation (implies mutation), mentioning that it returns the created channel object with new ID, and providing workflow guidance about adding members later. However, it doesn't mention permission requirements, rate limits, or error conditions.

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 three sentences that each serve distinct purposes: stating the core function, providing usage alternatives, and describing the return value. There's no wasted language and it's front-loaded with the main action.

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 creation tool with no annotations and no output schema, the description does well by explaining what the tool creates, when to use alternatives, and what it returns. However, it could benefit from mentioning authentication requirements or potential error scenarios given it's a mutation operation.

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 doesn't add any parameter-specific information beyond what's in the schema. 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 ('Create a new ClickUp Chat channel') and resource ('in a workspace'), distinguishing it from sibling tools like clickup_chat_dm for one-on-one messages and clickup_chat_channel_list for listing channels. It provides precise verb+resource+scope information.

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 explicitly provides when-to-use guidance by stating 'For one-on-one messages use clickup_chat_dm instead' and mentions that members should be added later via another endpoint. This gives clear alternatives and implementation context beyond basic usage.

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