Skip to main content
Glama

create_chat_channel_on_location

Create a chat channel attached to a specific Space, Folder, or List to keep conversations linked to that location.

Instructions

Create a Chat channel attached to a specific Space, Folder or List (ClickUp Chat v3), so the conversation is tied to that location. Returns the created channel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
team_idNoTeam/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted.
parent_idYesID of the location to attach the channel to (a Space, Folder or List id).
parent_typeYesType of the location given in `parent_id`.
nameNoOptional channel name. Defaults to the location's name.
descriptionNoOptional channel description.
visibilityNoPUBLIC = anyone in the Workspace can join; PRIVATE = invite only.
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states it creates and returns the channel, without mentioning permissions, side effects, rate limits, or response structure. This leaves significant gaps for an AI agent.

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 concise: a single sentence plus a brief return statement. It is front-loaded and wastes no words, clearly communicating the core functionality.

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

Completeness3/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 output schema, the description could elaborate on what 'attached' means and the response format. However, the schema covers parameters completely, and the core action is stated. Some context about permissions or integration is missing.

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 baseline is 3. The description reinforces the parameters' role (e.g., 'attached to a specific Space, Folder or List') but adds no semantic value beyond the schema descriptions. No examples or formatting details.

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 it creates a Chat channel attached to a specific Space, Folder, or List, distinguishing it from the sibling tool 'create_chat_channel' which likely creates a standalone channel. The verb and resource are explicit.

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

Usage Guidelines3/5

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

The description implies when to use (creating a channel tied to a location) but does not explicitly contrast with the sibling 'create_chat_channel' or provide conditions for not using this tool. Guidance is implicit rather than explicit.

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/helbertparanhos/clickup-mcp-pro'

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